.services-main {
  background: #f5f5f7;
}

.services-overview .contact-list {
  border-top-color: rgba(5, 5, 5, 0.14);
}

.services-row {
  align-items: start;
}

.services-row__content {
  display: grid;
  justify-items: start;
}

.services-row .contact-name {
  font-size: clamp(2.8rem, 6.4vw, 7rem);
}

.services-row .contact-copy {
  max-width: 43rem;
  margin-top: 24px;
}

.services-row__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  margin-top: 22px;
  padding: 0 20px;
  border: 1px solid #050505;
  border-radius: 6px;
  background: #050505;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.services-row__link:hover,
.services-row__link:focus-visible {
  border-color: #e50914;
  background: #e50914;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  transform: translateY(-1px);
}

.services-row__link span {
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
}

.services-row__heading {
  margin: 0 0 18px;
  color: rgba(5, 5, 5, 0.62);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  font-weight: 650;
  letter-spacing: -0.02em;
}

@media (max-width: 720px) {
  .services-row .contact-name {
    font-size: clamp(2.8rem, 14.5vw, 4.6rem);
  }

  .services-row .contact-copy {
    margin-top: 18px;
  }

  .services-row__link {
    margin-top: 16px;
    min-height: 44px;
    padding-inline: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .services-row__link {
    transition: none;
  }
}
