.page-hero {
  min-height: 330px;
  background:
    linear-gradient(90deg, #eff8f9ef, #eff8f920),
    url("images/services-hero.jpg") center/cover;
}
.page-hero-copy {
  padding-top: 65px;
}
.page-hero h1 {
  margin: 4px 0 12px;
  font-size: 48px;
  line-height: 1.05;
}
.page-hero h1 em {
  color: var(--cyan);
  font-style: normal;
}
.page-hero p:not(.eyebrow) {
  max-width: 420px;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 600;
}
.services-intro {
  padding: 65px 0 42px;
  text-align: center;
}
.section-kicker {
  color: var(--cyan);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.4px;
  margin: 0 0 10px;
}
.services-intro h2 {
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 1.25;
}
.services-intro > p:last-child {
  max-width: 650px;
  margin: auto;
  line-height: 1.7;
  font-weight: 600;
}
.detailed-services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 62px;
}
.detailed-services article {
  background: #f5f8f9;
  border-radius: 10px;
  padding: 27px;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 22px;
  min-height: 248px;
}
.service-mark {
  height: 58px;
  width: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--cyan);
  color: #fff;
}
.service-mark i {
  height: 29px;
  width: 29px;
  stroke-width: 1.5;
}
.detailed-services article > div:last-child {
  position: relative;
}
.detailed-services span {
  position: absolute;
  right: 0;
  top: 0;
  color: #c5dcdf;
  font-weight: 800;
  font-size: 24px;
}
.detailed-services h2 {
  font-size: 18px;
  margin: 4px 42px 11px 0;
}
.detailed-services p {
  font-size: 14px;
  line-height: 1.65;
  margin: 0 0 14px;
  font-weight: 600;
}
.detailed-services ul {
  border-top: 1px solid #d6e4e7;
  padding: 12px 0 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px 16px;
  list-style: none;
}
.detailed-services li {
  font-size: 10px;
  font-weight: 700;
}
.detailed-services li:before {
  content: "+";
  color: var(--cyan);
  font-size: 15px;
  margin-right: 5px;
}
.service-cta {
  background: var(--navy);
  color: #fff;
}
.service-cta .wrap {
  min-height: 166px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-cta h2 {
  font-size: 27px;
  margin: 0 0 4px;
}
.service-cta p:not(.section-kicker) {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}
.service-cta .button {
  background: #fff;
  color: var(--cyan);
}
.footer-grid table {
  font-size: 14px;
}
.service-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}
@media (max-width: 700px) {
  .page-hero {
    min-height: 290px;
    background-position: 62% center;
  }
  .page-hero-copy {
    padding-top: 55px;
  }
  .service-cta-actions {
    justify-content: center;
  }
  .page-hero h1 {
    font-size: 38px;
  }
  .page-hero p:not(.eyebrow) {
    font-size: 14px;
    max-width: 290px;
  }
  .services-intro {
    padding: 47px 0 30px;
  }
  .services-intro h2 {
    font-size: 23px;
  }
  .services-intro > p:last-child {
    font-size: 14px;
  }
  .detailed-services {
    grid-template-columns: 1fr;
    margin-bottom: 42px;
    gap: 11px;
  }
  .detailed-services article {
    padding: 22px 17px;
    grid-template-columns: 48px 1fr;
    gap: 15px;
    min-height: 0;
  }
  .service-mark {
    width: 48px;
    height: 48px;
  }
  .service-mark i {
    height: 24px;
    width: 24px;
  }
  .detailed-services h2 {
    font-size: 16px;
  }
  .detailed-services p {
    font-size: 11px;
  }
  .detailed-services ul {
    display: block;
  }
  .detailed-services li {
    margin: 3px 0;
  }
  .service-cta .wrap {
    min-height: 200px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  .service-cta h2 {
    font-size: 23px;
  }
  .service-cta .button {
    width: 100%;
  }
}
