/* Block: services
 * Extracted from theme CSS by wp-arch-agent.
 * Classes: sr-row, sr-content, sr-media, services, service-rows, section-white, hp-services
 */

.hp-services {
  width: 100%;
  padding: 90px 130px;
  background: #fff;
}

@media (max-width: 1200px) {
  .hp-offer,
    .hp-services,
    .hp-locations,
    .hp-testimonials {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 991px) {
  .hp-services {
    padding: 60px 30px;
  }
}

@media (max-width: 600px) {
  .hp-services {
    padding: 40px 20px;
  }
}

@media (max-width: 600px) {
  .service-hours__title,
    .sr-content h2 {
    font-size: 28px;
  }
}

section.service-rows.section-white {
  padding-bottom: 0;
  background: #FFF;
  padding: 0;
}

.service-rows .sr-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  padding: 140px 0 140px;
  align-items: center;
  margin-bottom: clamp(24px, 5vw, 64px);
}

.sr-content {

}

.service-rows .sr-row:last-child {
  margin-bottom: 0;
}

section.location-text.section-white {
  padding-bottom: 0;
  padding: 140px 0;
  background: #FFF;
}

.sr-media img {
  width: 100%;
  height: auto;
  display: block;
}

.sr-content h2 {
  margin: 0 0 20px;
  color: #230704;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sr-content p {
  margin: 0 0 30px;
  color: #666;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: none;
}

.sr-content p span {
  font-size: inherit!important;
  font-weight: inherit!important;
  font-style: inherit!important;
}

.sr-content a {
  text-decoration: underline;
  color: #666;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
}

.service-rows--second .sr-row {
  padding: 130px 0;
  grid-template-columns: 0.8fr 1.3fr;
}

.service-rows .sr-row:nth-child(even) {
  grid-template-columns: 1fr 1fr;
}

.service-rows .sr-row:nth-child(even) .sr-media {
  order: 2;
}

.service-rows .sr-row:nth-child(even) .sr-content {
  order: 1;
}

@media (max-width: 960px) {
  .service-rows .sr-row {
    gap: 20px;
    padding: 40px 0;
    grid-template-columns: 1fr;
  }
  
  .service-rows .sr-row:nth-child(even) {
    grid-template-columns: 1fr;
  }
  
  .service-rows .sr-row .sr-media,
    .service-rows .sr-row .sr-content {
    order: unset;
  }
  
  .sr-content {
    padding: 0 20px;
  }
  
  .sr-content h2 {
    font-size: 36px;
  }
  
  .service-rows--second .sr-row {
    padding: 40px 0;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .service-rows .sr-row,
    .service-rows--second .sr-row {
    gap: 18px;
    padding: 32px 0;
    margin-bottom: 0;
  }
  
  .sr-content {
    padding: 0;
  }
  
  .sr-content p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1024px) {
  section.location-text.section-white {
    padding-bottom: 0;
    padding: 20px 0;
    background: #FFF;
  }
}

section.section-white.scroll.single h1,section.section-white.scroll.single h2 {
  font-family: "Open Sans";
  color: black;
  margin-bottom:20px
}

