@media (max-width: 1200px) {
    .slice .container {
        width: 100% !important;
        max-width: 100% !important;
    }

    .slice .container .row .col-sm-8 {
        width: 100% !important;
        max-width: 100% !important;
    }

    .inResponsive{
        display: flex !important;
        flex-direction: column !important;
    }
}

@media(min-width: 690px ) and (max-width: 1200px) {
    .tabletResponsive .col-md-3{
        width: 50%;
    }

    .tabletResponsive .col-12{
        width: 100%;
    }
}