@media (max-width: 1024px) and (min-width: 981px){
    section.offc-loc h3 {
    font-size: 28px;
    }
}
@media (max-width: 980px){
    section.map-sec iframe{
        height:400px;
    }
    section.offc-loc .nav-pills .nav-link{
        font-size: 17px;
        padding: 12px 12px;
    }
    section.offc-loc ul#pills-tab{
        padding-bottom: 50px;
    margin-bottom: 70px !important;
    }
    section.offc-loc h2{
        margin-bottom: 70px;
    }
    section.offc-loc .col-4 {
    width: 49%;
}
section.offc-loc img{
    height: 280px;
}
section.offc-loc h3 {
    font-size: 28px;
}
section.offc-loc .col-4 p{
    font-size: 19px;
}
section.advantages-sec .head-sec p {
    font-size: 20px;
    margin-bottom: 40px;
}
}
@media (max-width: 540px){
        section.map-sec iframe {
        height: 350px;
    }
    section.offc-loc h1{
        margin-bottom:30px;
    }
    section.offc-loc ul#pills-tab{
        flex-direction:column;
    }
    section.offc-loc ul#pills-tab li{
        width:100%;
    }
    section.offc-loc .nav-pills .nav-link{
        width:100%;
    }
    section.offc-loc ul#pills-tab {
        padding-bottom: 40px;
        margin-bottom: 50px !important;
    }
    section.offc-loc h2 {
        margin-bottom: 50px;
    }
        section.offc-loc .col-4 {
        width: 100%;
        padding: 0px;
    }
        section.offc-loc h3 {
        font-size: 26px;
    }
        section.offc-loc .col-4 p {
        font-size: 18px;
    }
    section.offc-loc .row{
        gap: 40px 0;
    }
        section.advantages-sec .head-sec p {
        font-size: 19px;
        margin-bottom: 30px;
    }
}