@import 'header/_styles.css';
@import 'main/index.css';
@import 'carousel/_styles.css';
@import 'help-area/frame.css';
@import 'help-area/title.css';
@import 'help-area/collapsible-faq.css';



footer article.logo-img {}




/* Responsiveness */
@media only screen and (max-width: 900px) {
    footer article.logo-img {
        border-top: 2px solid var(--green_logo);
    }
}
