@media screen and (max-width:1450px) {

    .active-border::after {
        width: 550px;


    }

    .active-border-2::after {

        width: 550px;


    }

    .container-2,
    .container-3 {
        max-width: 1400px;
    }


}


@media screen and (max-width:1250px) {

    .container-2,
    .container-3 {
        max-width: 1200px;
    }




}

@media screen and (max-width:992px) {

    .container-2,
    .container-3 {
        max-width: 780px;
    }



}

@media screen and (max-width:768px) {

    .container-2,
    .container-3 {
        max-width: 576px !important;
    }

    .news-card img {
        width: 100px !important;
        object-fit: cover;
    }

    .news-content h6 {
        font-size: 12px !important;
    }

    .news-content p {
        font-size: 10px !important;
        margin-top: 10px !important;
    }

    .logo1 {
        width: 200px;
    }

    .logo2 {
        width: 100px;
    }

    .h6-res {
        font-size: 12px;
    }

    .fs-sm-10 {
        font-size: 10px;
    }

    .none-res {
        display: none !important;
    }


}

@media screen and (max-width:576px) {

    .container-2,
    .container-3 {
        max-width: 100% !important;
        padding: 0px 8px !important;
    }

}