.main-banner__slider2 {
    background-image: url(/assets/img/banner.jpg);
}
.footer_flex {
    display: flex;
    flex-direction: row;
}
@media (max-width: 900px) {
    .footer_flex {
        flex-direction: column;
    }
}