.footer-faq-container {
    align-items: center;
    max-width: 80vw; 
    width: 100%; 
}

@media (max-width:1100px) {

    .footer-faq-container {
        align-items: left;
        flex-direction: column;
    }
 
}