/* ===============================================
   CUSTOM SECTION SPACING
   Reduced height sections for specific components
   =============================================== */

/* Free Estimate CTA Section - 35% reduced height */
.free-estimate-cta-section {
  padding-top: 78px;
  padding-bottom: 78px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .free-estimate-cta-section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .free-estimate-cta-section {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .free-estimate-cta-section {
    padding-top: 39px;
    padding-bottom: 39px;
  }
}
