@container main (max-width: 64rem) {}
section.two-col .supertitle {
  color: var(--_text);
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
section.two-col .img-wrapper:not(.icon) {
  height: 100%;
}
@container main (max-width: 48rem) {
  section.two-col .img-wrapper:not(.icon) {
    aspect-ratio: 1;
  }
}
@container main (max-width: 48rem) {
  section.two-col .icon {
    max-width: 4.375rem;
  }
}
section.two-col .content h2:not(:first-child) {
  -webkit-margin-before: 5.625rem;
          margin-block-start: 5.625rem;
}
@container main (max-width: 64rem) {
  section.two-col .content h2:not(:first-child) {
    -webkit-margin-before: 3.125rem;
            margin-block-start: 3.125rem;
  }
}
@container main (max-width: 48rem) {
  section.two-col .content h2:not(:first-child) {
    -webkit-margin-before: 1.875rem;
            margin-block-start: 1.875rem;
  }
}