.footer-info {
    color: white;
    width: max-content;
    font-weight: 200;
}

@media (max-width: 600px) {
    footer {
        flex-direction: column !important;
        text-align: center;
        gap: 1rem;
    }
    .logo-container {
        margin-bottom: 1rem;
    }
}