.fst-section-overview {
  --section-line: #d9dcda;
  max-width: 1060px;
}

.fst-section-overview__intro {
  display: grid;
  grid-template-columns: minmax(160px, .45fr) minmax(0, 1.55fr);
  gap: clamp(28px, 6vw, 88px);
  align-items: start;
  margin-bottom: clamp(42px, 6vw, 76px);
  padding-top: 8px;
}

.fst-section-overview__eyebrow {
  margin: 5px 0 0;
  color: #d66b00 !important;
  text-transform: uppercase;
  font-size: .72rem !important;
  font-weight: 800;
  letter-spacing: .14em;
}

.fst-section-overview__lead {
  max-width: 780px !important;
  margin: 0;
  color: #27323a !important;
  font-size: clamp(1.35rem, 2.5vw, 2.35rem) !important;
  font-weight: 600;
  line-height: 1.28 !important;
  letter-spacing: -.025em;
}

.fst-section-links {
  border-top: 1px solid var(--section-line);
}

.fst-section-link {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 30px;
  gap: clamp(16px, 3vw, 40px);
  align-items: center;
  min-height: 112px;
  padding: 22px 4px;
  color: #1e2730;
  border-bottom: 1px solid var(--section-line);
  text-decoration: none;
  transition: padding .22s ease, background-color .22s ease;
}

.fst-section-link:hover,
.fst-section-link:focus-visible {
  padding-right: 18px;
  padding-left: 18px;
  color: #1e2730;
  background: #eeefec;
}

.fst-section-link__index {
  color: #8a9297;
  font-size: .72rem;
  font-weight: 700;
}

.fst-section-link__copy {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.fst-section-link__copy strong {
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  line-height: 1.2;
}

.fst-section-link__copy small {
  max-width: 720px;
  color: #69737a;
  font-size: .88rem;
  line-height: 1.45;
}

.fst-section-link__arrow {
  color: #d66b00;
  font-size: 1.15rem;
  transition: transform .22s ease;
}

.fst-section-link:hover .fst-section-link__arrow,
.fst-section-link:focus-visible .fst-section-link__arrow {
  transform: translate(4px, -4px);
}

@media (max-width: 767.98px) {
  .fst-section-overview__intro {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .fst-section-link {
    grid-template-columns: 34px minmax(0, 1fr) 24px;
    gap: 12px;
    min-height: 100px;
  }
}
