section.hero {
  margin-top: 25rem !important;
}
@container main (max-width: 64rem) {
  section.hero {
    margin-top: 7.8125rem !important;
  }
}
@container main (min-width: 85.4375rem) {
  section.hero .lead-big {
    padding-right: 6.25rem;
  }
}
@container main (max-width: 48rem) {
  section.hero .img-wrapper:not(.icon) {
    aspect-ratio: 1;
  }
}
section.hero .supertitle {
  color: var(--black);
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@container main (max-width: 64rem) {
  section.hero .supertitle {
    font-size: 0.875rem;
  }
}