@charset "UTF-8";
.service_subhead {
  font-family: var(--en_sans);
  font-weight: 700;
}
@media (min-width: 769px) {
  .service_subhead {
    font-size: clamp(0.625rem, 1.388888888888889vw, 1.25rem);
    padding-inline: clamp(0rem, 5.902777777777778vw, 5.3125rem);
  }
}
@media (max-width: 768px) {
  .service_subhead {
    font-size: clamp(0.625rem, 5.333333333333334vw, 1.25rem);
    padding-inline: clamp(0rem, 6.4vw, 1.5rem);
  }
}
.lead {
  font-family: var(--en_mds_sans);
  font-weight: 700;
}
@media (min-width: 769px) {
  .lead_block {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
  }
  .lead_block >* {
    width: 50%;
  }
  .lead_head {
    font-size: clamp(0.625rem, 2.777777777777778vw, 2.5rem);
    line-height: 1.2;
  }
  .lead_content {
    font-size: clamp(0.625rem, 1.111111111111111vw, 1rem);
    line-height: 1.875;
  }
}
@media (max-width: 768px) {
  .lead_head {
    font-size: clamp(0.625rem, 8.533333333333333vw, 2rem);
    line-height: 1.25;
  }
  .lead_content {
    font-size: clamp(0.625rem, 4.266666666666667vw, 1rem);
    line-height: 1.5;
    margin-top: clamp(0.625rem, 9.6vw, 2.25rem);
  }
}
