.services-index-page .case-studies-hero {
  /*background: linear-gradient(135deg, #f7fbfd 0%, #fff 58%, #eef8ed 100%);*/
  /*border-bottom: 1px solid #dbe5ec;*/
  padding: 20px 0 24px;
}

.services-hero__inner {
  display: grid;
  gap: 22px;
}

.services-hero__copy h1 {
  color: #2c333e;
  font-size: 2.25rem;
}

.services-hero__copy p {
  color: #334253;
  font-size: 1rem;
  line-height: 1.65;
  margin-top: 0.85rem;
  max-width: 760px;
}

.services-hero__copy p + p {
  color: #51606f;
  font-size: 0.96rem;
  line-height: 1.62;
  margin-top: 0.7rem;
}

.services-hero__paths {
  display: grid;
  gap: 0;
}

.services-hero__path {
  display: grid;
  gap: 12px;
  grid-template-columns: 42px minmax(0, 1fr);
  padding: 13px 0;
}

.services-hero__path + .services-hero__path {
  border-top: 1px solid #dbe5ec;
}

.services-hero__path span {
  align-items: center;
  background: #fff;
  border: 1px solid #dbe5ec;
  border-radius: 8px;
  color: rgb(72 166 44 / 100%);
  display: flex;
  font-size: 0.8rem;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  line-height: 1;
  width: 38px;
}

.services-hero__path strong {
  color: rgb(34 87 122 / 100%);
  display: block;
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.services-hero__path p {
  color: #51606f;
  font-size: 0.92rem;
  line-height: 1.5;
  margin: 0.35rem 0 0;
}

.services-index-list {
  padding-top: 30px;
}

.services-index-group + .services-index-group {
  margin-top: 38px;
}

.services-index-group__header {
  margin-bottom: 18px;
}

.services-index-group__header h2 {
  color: rgb(34 87 122 / 100%);
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}

.services-index-group__header p {
  color: #51606f;
  font-size: 0.96rem;
  line-height: 1.6;
  margin: 0.65rem 0 0;
  max-width: 760px;
}

.services-index-group__action {
  align-items: center;
  background: rgb(72 166 44 / 100%);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 900;
  justify-content: center;
  line-height: 1.2;
  margin-top: 14px;
  min-height: 42px;
  padding: 0.75rem 1.15rem;
  text-decoration: none;
  text-transform: uppercase;
}

.services-index-group__action:hover {
  background: rgb(34 87 122 / 100%);
  color: #fff;
  text-decoration: none;
}

.service-card__media {
  align-items: center;
  aspect-ratio: auto;
  background: #f7fafc;
  display: flex;
  height: 176px;
  justify-content: center;
  overflow: hidden;
  padding: 14px;
}

.service-card__media::after {
  content: none;
}

.service-card__media img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.service-card__body {
  padding: 16px;
}

.service-card__eyebrow {
  color: rgb(72 166 44 / 100%);
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.service-card--grey .service-card__eyebrow,
.service-card--grey .service-card__cta {
  color: #6b7280;
}

.service-card--grey .service-card__media {
  background: #f6f7f8;
}

.service-card--blue .service-card__eyebrow,
.service-card--blue .service-card__cta {
  color: #22577a;
}

.service-card--blue .service-card__media {
  background: #edf7fc;
}

.service-card--green .service-card__eyebrow,
.service-card--green .service-card__cta {
  color: #48a62c;
}

.service-card--green .service-card__media {
  background: #eef8ed;
}

.service-card--gold .service-card__eyebrow,
.service-card--gold .service-card__cta {
  color: #c98900;
}

.service-card--gold .service-card__media {
  background: #fff8df;
}

.service-card h3 {
  color: #2c333e;
  font-size: 1.14rem;
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.service-card p {
  color: #51606f;
  display: -webkit-box;
  font-size: 0.92rem;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.55;
  margin: 0;
  overflow: hidden;
}

.service-card__cta {
  color: rgb(34 87 122 / 100%);
  display: inline-block;
  font-size: 0.86rem;
  font-weight: 900;
  margin-top: auto;
  padding-top: 18px;
  text-transform: uppercase;
}

.service-card__link:hover .service-card__cta {
  color: rgb(72 166 44 / 100%);
}

@media (min-width: 768px) {
  .services-index-page .case-studies-hero {
    padding: 30px 0 34px;
  }

  .services-hero__inner {
    align-items: center;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
  }

  .services-hero__paths {
    border-left: 1px solid #dbe5ec;
    padding-left: 24px;
  }

  .services-hero__copy h1 {
    font-size: 3rem;
  }

  .services-index-list {
    padding-top: 40px;
  }

  .services-index-group__header {
    align-items: flex-start;
    display: flex;
    gap: 24px;
    justify-content: space-between;
  }

  .services-index-group__action {
    flex: 0 0 auto;
    margin-top: 0;
  }
}
