.hiw-hero > img {
  object-position: center 54%;
}

.hiw-hero p:not(.section-kicker) {
  font-size: clamp(1.04rem, 1.25vw, 1.2rem);
}

.hiw-hero .hero-actions {
  align-items: center;
  gap: 18px;
  margin-top: 28px;
}

.hiw-hero .btn--light {
  min-height: 46px;
  padding: 10px 18px;
  border-color: #fff;
  background: #fff;
  color: var(--ink);
}

.hiw-hero .btn--light:hover {
  background: transparent;
  color: #fff;
}

.hiw-planning figure img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 760px) {
  .hiw-hero > img {
    object-position: center 50%;
  }

  .hiw-hero .hero-actions {
    display: grid;
    align-items: stretch;
    gap: 14px;
  }

  .hiw-hero .btn--light {
    width: 100%;
    min-height: 50px;
    padding-inline: 18px;
  }

  .hiw-hero .text-link {
    justify-self: start;
  }
}
