@media (max-width: 1399px) {
    .section-insights-main .img-fluid{
        height: 334px;
    }
}
@media (max-width: 991px) {
    .nav-link{
        margin-top: 5px;
    }
    .video-wrapper{
        height: auto;
    }
    .video-wrapper h2{
        font-size: 35px;
    }
    .section-main{
        padding-bottom: 35px;
    }
    .about-us-wrapper h2,
    .blogs-wrapper h2,
    .section-initiative h2,
    .section-insights-main h2,
    .section-about-main h2,
    .section-related-insights h2{
        font-size: 30px;
    }
    .section-insights-main h3{
        font-size: 30px;
    }
    .section-insights-main .img-fluid{
        height: 340px;
    }
}
@media (max-width: 500px) {
    .video-wrapper h2{
        font-size: 25px;
    }
    .section-main{
        padding-bottom: 25px;
    }
    .about-us-wrapper h2,
    .blogs-wrapper h2,
    .section-initiative h2,
    .section-insights-main h2,
    .about-us-wrapper p{
        width: 100%;
    }
    .about-us-wrapper h2 span{
        display: block;
    }
    .about-us-gallery{
        grid-template-columns: 100%;
    }
    .img-wrapper-center{
        margin: 0 10px;
        margin-top: 20px;
    }
    .img-wrapper-center h3{
        font-size: 35px;
    }
    .img-wrapper-right{
        margin-top: 20px;
    }
    .footer-link{
        display: block;
    }
    .footer-logo{
        display: block;
        margin-bottom: 50px;
    }
    .quote{
        width: 100%;
    }
    .quote h4{
        font-size: 21px;
    }
    .quote img{
        width: 30px;
        height: 23px;
    }
    .section-initiative .img-fluid{
        height: 180px;
        width: 130px;
    }
    .section-about-main img{
        height: 200px;
    }
}