@media (max-width: 980px){
    section.staff-banner .staff-cont h1{
        font-size: 35px;
        padding-top: 50px;
    }
    section.staff-banner .staff-cont p{
        font-size: 13px;
    }
    .achievements ul{
        flex-wrap: wrap;
    }
    .achievements ul li{
        width: 50%;
    }
    .achievements ul li p{
        font-size: 13px;
    }
    section.serv-desc .row{
        flex-direction: column-reverse;
    }
    section.serv-desc .col-6{
        width: 100%;
        margin-bottom: 20px;
    }
    section.offerings .par-card{
        width: 49%;
    }
    section.hriring-process .col-6{
        width: 100%;
        margin-bottom: 20px;
    }
    section.technology .tab-cont{
        padding: 0;
    }
    section.technology .logo-img li{
        width: 31%;
    }
    section.faqs .col-5{
        display: none;
    }
    section.faqs .col-7{
        width: 100%;
    }
    section.faqs img{
        display: none;
    }
    section.new-blog .col-4{
        width: 48%;
    }
    section.serv-desc  .ul-list-serv-desc{
        flex-direction: row;
    }
    section.serv-desc  .ul-list-serv-desc .col-6{
        width: 49%;
    }
}

@media (max-width: 540px){
    section.staff-banner .staff-cont h1{
        font-size: 25px;
        padding: 0;
    }
    .achievements ul li{
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #d8d8d8; 
        padding: 10px 0;
    }
    section.staff-banner{
        padding-bottom: 60px;
    }
    .achievements{
        position: relative;
        margin-top: 0;
    }
    .achievements ul li span{
        font-size: 25px;
    }
    section.serv-desc img{
        height: 320px;
    }
    section.serv-desc h2{
        font-size: 22px;
    }
    section.serv-desc .ul-list-serv-desc .col-6{
        width: 100%;
        margin: 0;
    }
    section.serv-desc .ul-list-serv-desc .col-6 ul{
        margin: 0 !important;
    }
    section.serv-desc .ul-list-serv-desc .col-6 ul li .my-3{
        margin-bottom: 0;
    }
    .head h2{
        font-size: 22px;
    }
    section.offerings .par-card{
        width: 100%;
    }
    section.hriring-process .left-cont img{
        width: 100%;
        height: auto;
    }
    section.technology .nav{
        gap: 10px;
    }
    section.technology .tab-cont h3{
        font-size: 18px;
    }
    section.technology .tab-cont h3::before{
        left: 30%;
    }
    section.technology .tab-cont p{
        width: 100%;
    }
    section.technology .logo-img li{
        width: 46%;
    }
    section.new-blog .col-4{
        width: 100%;
    }
    section.hriring-process .ul-process::after{
        bottom: 14px;
    }
}