/* A more confident first section directly beneath the hero videos. */
#services.services{
  padding:48px 0 88px;
  border-top:4px solid #d99a45;
  background:linear-gradient(180deg,#f2f8f7 0%,#e3f0ee 100%);
}

#services .section-heading{
  align-items:center;
  gap:2.5rem;
  margin-bottom:2.65rem;
}

#services .section-heading > div{max-width:740px}

#services .services-kicker{
  display:inline-flex;
  align-items:center;
  gap:.65rem;
  margin:0 0 .7rem!important;
  padding:.48rem .9rem .43rem;
  border-radius:999px;
  background:#123247;
  color:#fff!important;
  font-size:.9rem!important;
  font-weight:800;
  letter-spacing:.17em!important;
  line-height:1;
}

#services .services-kicker::before{
  content:'';
  width:.48rem;
  height:.48rem;
  border-radius:50%;
  background:#e6ba79;
  box-shadow:0 0 0 3px rgba(230,186,121,.2);
}

#services .section-heading h2{
  margin:0;
  max-width:720px;
  color:#123247;
  font-size:clamp(2.25rem,4.1vw,4rem);
  line-height:1.02;
  letter-spacing:-.035em;
}

#services .section-heading h2 em{
  color:#b97426;
  font-weight:700;
}

#services .services-summary{
  width:min(100%,320px);
  margin:0;
  padding:.8rem 0 .8rem 1.15rem;
  border-left:3px solid #d99a45;
  color:#3b5a67;
  font-size:1rem;
  line-height:1.55;
}

#services .services-summary p{margin:0;color:#426275;font-size:1rem;line-height:1.62}
#services .services-summary p + p{margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(18,50,71,.14);color:#123247;font-size:.9rem;font-weight:800;line-height:1.5}

@media(max-width:900px){
  #services.services{padding:40px 0 68px}
  #services .section-heading{display:block;margin-bottom:2rem}
  #services .services-summary{width:auto;margin-top:1.15rem;max-width:620px}
}

@media(max-width:560px){
  #services.services{padding:32px 0 52px;border-top-width:3px}
  #services .services-kicker{font-size:.76rem!important;letter-spacing:.14em!important}
  #services .section-heading h2{font-size:clamp(2rem,10vw,2.75rem);line-height:1.06}
  #services .services-summary{padding-left:.9rem}
  #services .services-summary p{font-size:.94rem}
}
