@media (max-width: 1366px){

}
@media (max-width: 1024px) and (min-width: 981px){

}
@media (max-width: 980px){
   section.about-us-home .col-12.abt-left {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
}
    section.about-us-home .abt-co-img-left{
        width: 100%;
        float:none;
        margin-left: 0;
    }
section.about-us-home {
    padding-top: var(--p50);
}
section.about-us-home .col-7.abt-left {
    width: 100%;
    margin-bottom: var(--m25);
}
section.about-us-home .col-5.abt-right {
    width: 100%;
}
section.about-us-home .abt-co-img-left {
    border-radius: 0px 80px 0px 80px;
}
}
@media (max-width: 600px){

}
@media (max-width: 540px){
    section.about-us-home {
    padding-top: var(--p40);
}
section.about-us-home .col-7.abt-left, section.about-us-home .col-5.abt-right, section.about-us-home .col-12.abt-left{
    padding:0px;
}
section.about-us-home .abt-co-img-left{
    height: 350px;
}
.serv-heading h2{
   left: 0px;
    font-size: var(--f45);
    top: 0px;
    transform: rotate(0deg);
    position: relative;
}
.serv-content {
    padding-left: 0px;
}
}
@media (max-width: 400px){

}
@media (max-width: 384px){

}
@media (max-width: 380px){

}
@media (max-width: 360px){
section.about-us-home h3 {
    font-size: var(--f28);
}
section.about-us-home .abt-co-img-left {
    height: 300px;
}
.serv-heading h2{
    font-size: var(--f36);
}
}
@media (max-width: 320px){
 
}