@media screen and (min-width: 992px) and (max-width: 1199px){
    .guests .guest-img{
        width: 50%;
    }
    section.about-us .about-image-sec img {
    width: 400px;
}
}

@media (max-width: 980px){
   section.about-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    section.about-section .about-img1{
        height: 450px;
    }
    section.about-section .abt-image{
        width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 30px;
    }
    section.about-section .abt-content {
    min-height: auto;
}
section.about-us {
    padding-top: 120px;
}
section.about-us .about-content-sec {
    padding-right: 12px;
    width: 100%;
}
section.about-us .about-content-sec .abt-btn {
    margin-top: 30px;
}
section.about-us .about-image-sec {
    width: 100%;
}
section.about-us .about-image-sec .abt-img1 {
    margin: 0px 0 30px -25%;
}
section.about-us .about-image-sec .abt-img2 {
    margin: 0 -25% 0 0;
}
section.about-us .row{
    flex-direction: column-reverse;
    gap: 30px;
}
}
@media (max-width: 540px){
        section.about-section {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 12px;
        padding-right: 12px;
    }
    section.about-section .about-img1 {
        height: 350px;
    }
        section.about-section h6 {
        font-size: 21px;
    }
    section.about-us {
        padding-top: 30px;
    }
    section.about-us .about-image-sec {
        width: 100%;
        padding: 0;
    }
    section.about-us .about-image-sec img {
    width: 100%;
    max-width: 100%;
    height: 200px;
}
    section.about-us .about-image-sec .abt-img1 {
        margin: 0px 0 20px 0%;
        width: 100%;
    }
        section.about-us .about-image-sec .abt-img2 {
        margin: 0 0% 0 0;
        width: 100%;
    }
    section.about-us .about-content-sec {
        padding-right: 0;
        width: 100%;
        padding: 0;
    }
    section.about-us span.ratings {
    display: none;
}
section.about-us p.head, section.services-section .head-sec p {
    margin-bottom: 10px;
    }
        section.about-us .about-content-sec .abt-btn {
        margin-top: 20px;
    }
}
@media (max-width: 360px){

}