@media screen and (max-width:1200px){
     .about-img-home .img1 {
    width: 50%;
}
.about-img-home .img2 {
    width: 50%;
}
}
@media screen and (max-width:991px){
    .mobile-logo a img{
        width: 100px;
    }
    .header-layout3 .menu-area{
        padding: 0;
    }
    .hero-style10{
        padding-top: 70px !important;
    }
     .about-img-home .img1 {
    width: 50%;
    height: 400px;
}
.about-img-home .img2 {
    width: 50%;
    height: 400px;
}
.impact-box ul li{
    width: 49%;
}
   
}
@media screen and (max-width:768px){
    h1.hero-title{
        font-size: 40px !important;
    }
    .hero-subtitle{
        font-size: 22px;
    }
    .flex-sub-about .info-media{
        width: 100%;
    }
    .flex-sub-about {
        gap: 0;
    }
        .impact-box ul li {
        width: 100%;
    }
    .teacher-img{
        flex-direction: column;
    }
}
@media screen and (max-width:567px){
    h1.hero-title{
        font-size: 30px !important;
    }
    .hero-subtitle{
        font-size: 16px;
    }
     .about-img-home .img1 {
   margin-left: 3px;
}
     .about-img-home .img2 {
   margin-right: 3px;
}
.about-img-home .img1{
    height: 300px;
}
.about-img-home .img2{
    height: 300px;
}
.section-padding{
    padding: 40px 0;
}
/* .service-item.style2 .service-item_img{
    height: 500px;
} */
 .couple-card {
    padding: 18px;
 }
 .th-widget-about .about-text{
    font-size: 15px;
 }
 .th-widget-contact .info-box_text {
    font-size: 14px;
 }
 .contact-address li{
    gap: 7px;
    font-size: 14px;
 }
 .copyright-text{
    font-size: 14px;
 }
}