@media (max-width: 980px){
    section.our-mission .col-4{
        width: 100%;
    }
    section.our-mission .col-8{
        width: 100%;
    }
    section.our-mission .mission-card{
        height: 420px;
    }
    .team-card .linkdin{
        opacity: 1;
    }
    .team-card{
        max-height: 100%;
    }
    .team-card .cont span{
        font-size: 14px;
    }
    .team-card h4{
        font-size: 24px;
    }
    section.about-us .col-5{
        width: 100%;
    }
    section.about-us .col-7{
        width: 100%;
    }
    section.about-us{
        padding-top: 35px;
    }
}

@media (max-width: 540px){
    section.our-mission .mission-card{
        height: auto;
    }
    section.our-mission .col-6{
        width: 100%;
    }
    .head-sec h2{
        font-size: 25px;
    }
    section.about-us .about-cont{
        padding: 50px 10px;
    }
}