@media(max-width: 991px) {
    .s-fd-c{
        flex-direction: column;
    }
    .s-fd-cr{
        flex-direction: column-reverse;
    }
    .s-w-100{
        width: 100% !important;
    }
    .s-d-none{
        display: none !important;
    }
}
