/* Block: service-highlight
 * Extracted from theme CSS by wp-arch-agent.
 * Classes: sr-row, sr-row--text-left, sr-content, sr-button, cnm-icon, service-highlight, service-rows, service-rows--second, section-white
 */

.hp-offer__item .cnm-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
  color: #230704;
}

.hp-locations__buttons .btn-layout .cnm-icon {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}

@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-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--second .sr-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  padding: 18px 26px;
  border-radius: 999px;
  background: #230704;
  color: #F7EEE5;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
}

.service-rows--second .sr-button:hover {
  color: #F7EEE5;
  opacity: 0.85;
}

.service-rows--second .sr-button i {
  font-size: 14px;
}

.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;
  }
  
  .service-rows--second .sr-button {
    padding: 16px 22px;
  }
}

@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;
  }
  
  .service-rows--second .sr-button {
    width: 100%;
    justify-content: center;
    font-size: 15px;
    padding: 12px 16px;
  }
}

@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
}

.contact-info .info-body .cnm-icon {
  font-size: 18px;
  color: #230704;
}

.contact-info .info-group--location > .info-head .cnm-icon {
  flex: 0 0 auto;
  color: #230704;
  font-size: 24px;
}

.location-info-section .contact-info .info-body .cnm-icon {
  font-size: 18px;
  color: #230704;
}

.lt-cta .cnm-icon {
  font-size: 16px;
}

