.service-hero {
  padding-top: 48px;
}
.service-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  align-items: center;
  gap: 64px;
}
.service-heading h1 {
  max-width: 750px;
}
.service-heading .lead {
  margin-top: 26px;
}
.service-heading .button {
  margin-top: 30px;
}
.service-illustration {
  margin: 0;
}
.service-illustration img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.service-illustration figcaption {
  margin-top: 10px;
  color: var(--text);
  font-size: 0.72rem;
  line-height: 1.5;
}
.focus-section {
  background: #f3f6f8;
}
.focus-section .section-heading {
  display: block;
}
.focus-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
}
.focus-grid article {
  padding-top: 24px;
  border-top: 1px solid #cdd8df;
}
.focus-grid h3 {
  font-size: 1.2rem;
}
.focus-grid p {
  margin-top: 12px;
  font-size: 0.95rem;
}
.evaluation-note {
  max-width: 780px;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid #cdd8df;
}
.evaluation-note .source-note {
  margin-top: 12px;
}
.source-note {
  font-size: 0.8rem;
  color: var(--text);
}
.source-note a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.related-services {
  padding-block: 32px;
  border-top: 1px solid var(--line);
}
.related-services > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.related-services h2 {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
}
.related-services > .container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 32px;
}
.related-services a {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  min-height: 44px;
  color: var(--blue);
  font-size: 0.9rem;
}
.professional-title {
  margin-top: 24px;
  color: var(--blue);
  font-size: 1.2rem;
}
.about-hero .button {
  margin-top: 28px;
}
.about-services a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 20px;
  border-bottom: 1px solid var(--line);
}
.about-services a:first-child {
  padding-top: 0;
}
.about-services a:hover {
  color: var(--blue);
}
.about-services .professional-link {
  font-size: 0.9rem;
  color: var(--blue);
  border: 0;
  margin-top: 16px;
}
.not-found,
.confirmation-page {
  max-width: 760px;
  text-align: center;
  padding-block: 110px;
}
.not-found p,
.confirmation-page > p:not(.eyebrow) {
  margin-block: 24px;
}
