/* Longer service content should never be obscured by an absolutely-positioned CTA. */
.service-card.featured a {
  position: relative;
  bottom: auto;
  display: inline-block;
  margin-top: 18px;
}

/* Reserve a dedicated text column so copy never sits under the illustration. */
.service-card.featured > div {
  width: 46%;
}

.service-card.featured p {
  max-width: 100%;
}

.service-card.featured img {
  width: 48%;
}

@media (max-width: 820px) {
  .service-card.featured > div {
    width: 100%;
    max-width: 460px;
  }
}

.footer-menu a:last-child {
  color: var(--lime);
}
