@media (max-width: 1440px){
    section.about-section .first-image img {
        width: 400px;
        height: 300px;
    }
    section.about-section .second-image img {
        width: 400px;
        height: 300px;
    }
    section.about-section .second-image {
        left: 25.203%;
        bottom: 10%;
    }
}

@media (max-width: 1024px){
    section.about-section .first-image img {
        width: 360px;
        height: 230px;
    }
    section.about-section .second-image img {
        width: 351px;
        height: 254px;
    }
    section.about-section .second-image {
        left: 16.203%;
        bottom: 32%;
    }
}

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

    section.about-owner .abt-detail {
        flex-wrap: wrap;
        gap: 15px;
    }
   
}

@media (max-width: 980px){
    section.about-section .row {
        gap: 40px;
    }
    .about-content{
        order: 2;
    }
    .about-image{
        order: 1;
    }
    section.contact-us {
        padding-bottom: 50px;
        padding-top: 30px;
    }
    section.about-section .first-image img{
        width: 390px;
        height: 255px;
    }
    section.about-section .second-image img{
        width: 360px;
        height: 230px;
    }
   
    section.about-section .second-image {
        left: 50.203%;
        bottom: -13.74%;
    }
    .about-section{
        padding: var(--p50) var(--p12);
    }
    section.about-section .abt-para {
        padding: 0;
    }
   section.about-us-home .col-12.abt-left {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
}
    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;
}
section.about-owner .col-6.col-md-6.col-sm-12.img {
    position: relative;
    height: 450px;
    width: 100%;
}
section.about-owner .col-6.col-md-6.col-sm-12.cont{
     width: 100%;
}
section.about-owner img {
    width: 100%;
    height: 450px;
}
section.about-owner .abt-img{
    width:100%;
}
section.about-owner .row{
    gap:30px 0;
}
}
@media (max-width: 600px){

}
@media (max-width: 540px){
   form .col-6 {
        width: 100%;
        padding: 0;
    }
    form .col-12 {
        width: 100%;
        padding: 0;
    }
    section.contact-us {
        padding-bottom: 35px;
        padding-top: 0;
    }
    section.contact-us .head-sec h2 {
        font-size: 28px;
    }
    section.about-section h2 {
        font-size: 28px;
    }
    section.about-section .second-image img {
        width: 100%;
        height: 300px;
    }
    section.about-section .first-image img {
        width: 100%;
        height: 300px;
    }
    .about-content{
        order: 2;
        padding: 0;
    }
    .image-abt{
        order: 1;
    }
    section.about-section .about-image{
        padding: 0;
    }
    .first-image{
        margin-bottom: 20px;
    }
    section.about-section .second-image {
        position: static;
    }
      section.about-us-home .col-12.abt-left {
    gap: 25px;
}
    section.about-us-home {
    padding-top: var(--p40);
}
section.about-owner .abt-img{
    border-radius: 25px;
}
section.about-owner .abt-detail {
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 0px;
    }
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;
}
 section.about-owner .col-6.col-md-6.col-sm-12.img{
        height: 300px;
        width: 100%;
        padding: 0px;
        border-radius: 25px;
    }
    section.about-owner .col-6.col-md-6.col-sm-12.cont{
        padding:0px;
    }
        section.about-owner img {
        width: 100%;
        height: 300px;
        border-radius: 25px;
    }
}
@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);
}
section.about-owner .call-area{
    font-size: 14px;
}
}
@media (max-width: 320px){
 
}