.hero { column-gap: 3vw; }
.hero-copy { min-width: 0; }
.procurement-image { margin: 0; min-width: 0; min-height: 440px; align-self: stretch; position: relative; overflow: hidden; }
.procurement-image > img { display: block; width: 100%; height: auto; object-fit: contain; }
.procurement-image::after { content: none; }
.procurement-image figcaption { position: relative; margin-top: 12px; padding: 0 26px 16px; z-index: 1; color: #fff; }
.image-kicker { display: block; font: 10px 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 12px; }
.image-caption { display: block; font: 500 34px/.98 Newsreader, Georgia, serif; letter-spacing: -.025em; }
@media (max-width: 760px) {
  .hero { padding-bottom: 95px; }
  .procurement-image { min-height: 0; margin-top: 38px; }
  .hero-footer { gap: 15px; flex-wrap: wrap; }
}
