@media screen and (min-width: 992px) and (max-width: 1199px) {
section.galleries-section .gallery-details{
    width: 32%;
}
}

@media (max-width: 980px){
    section.galleries-section {
    padding-top: 115px;
}
  section.service-tab {
    padding-top: 152px;
  }
	section.galleries-section .gallery-details{
    width: 49%;
}
section.galleries-section .head-sec {
        width: 100%;
    }
  section.property-management .col-5.img {
    width: 100%;
    margin-bottom: 30px;
}
  section.property-management .col-7.cont{
   width:100%; 
  }
  section.testimonial .row{
   flex-direction:column-reverse; 
  }
  section.testimonial .col-3, section.testimonial .col-9{
   width:100%;
   
  }
  section.testimonial .col-9{
   margin-bottom:30px; 
  }
}
@media (max-width: 540px){
      section.service-tab {
        padding-top: 40px;
    }
  section.property-management {
    padding-top: 30px;
}
    section.galleries-section {
    padding-top: 40px;
}
	 section.galleries-section .gallery-details{
    width: 100%;
    padding: 0;
}
section.galleries-section h4 {
    font-size: var(--f18);
    margin-bottom: 0;
}
section.galleries-section img{
    height: 280px;
}
section.galleries-section .row {
    gap: 30px 2%;
}
    section.galleries-section .head-sec {
        width: 100%;
        margin-bottom: 30px;
    }
  section.property-management .col-7.cont{
   margin-top:0; 
  }
  .main-rev-sec{
   padding: 20px; 
  }
  .owl-carousel .owl-stage-outer{
   padding:0;
    margin:0;
  }
  section.testimonial .owl-nav{
   justify-content:center;
    margin-top:20px;
  }
}