/* */

@media (max-width: 1800px) {

    /* .sec-inner {
        padding: 40px 10px 0;
    } */

}

@media (max-width: 1600px) {

    /* sec-3 */

    .thumb-flex .btn-prev {
        left: 0;
    }
    
    .thumb-flex .btn-next {
        right: 0;
    }

}

@media (max-width: 1200px) {

    .carousel-home .text-center {
        padding: 0 20px;
    }

    .carousel-home .text-center p {
        font-size: 14px;
    }

    .carousel-home .text-center p br {
        display: none;
    }

}

@media (max-width: 991px) {

}