
@media only screen and (max-width: 992px) {
    .fs-sm-10vw {
        font-size: 10vw !important;
    } 

    .certificate-list {
        grid-template-columns: repeat(2, 1fr);
    }

    
    .list-ig {
        flex-wrap: wrap;
    }

    .list-ig .item {
        width: 50% !important;
    }


    .partner-list .item img {
        width: 80px !important;
    }
    

}
@media screen and (max-width:600px) {
    /* .certificate-list {
        grid-template-columns: repeat(1, 1fr);
    } */

    #testimonial-slider .item {
        width: 100%;
    }

    .partner-list {
        
        flex-wrap: wrap;
        width: 90%;
    }

    .partner-list .item img {
        width: 60px !important;
    }

    #ig-section h2 {
        font-size: 25px !important;
    }

    .web-logo .text {
        font-size: 10px !important;
    }
}
 