/* Block: location-intro
 * Extracted from theme CSS by wp-arch-agent.
 * Classes: lt-grid, lt-media, lt-content, lt-title, lt-cta, cnm-ic, location-intro, location-text, section-white
 */

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

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

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

.location-text .lt-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  margin-bottom: 60px;
}

.lt-media img {
  width: 100%;
  display: block;
}

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

.lt-content p {
  margin-bottom: 16px;
  color: #666;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

@media (max-width: 960px) {
  .location-text .lt-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    display: flex;
    flex-flow: column-reverse;
  }
}

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

.lt-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
}

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

