<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer-faq-container {
    align-items: center;
    max-width: 80vw; 
    width: 100%; 
}

@media (max-width:1100px) {

    .footer-faq-container {
        align-items: left;
        flex-direction: column;
    }
 
}</pre></body></html>