@media only screen and (max-width:767px) {
    .d-flex {
        flex-direction: column;
    }

    .banner_content {
        display: none;
    }

    .slick-prev,
    .slick-next {
        display: none !important;
    }
}
