section.textimage .img-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
}
section.textimage .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
section.textimage .content-col {
  background-color: var(--white);
}
@container main (min-width: 85.4375rem) {
  section.textimage > div {
    min-height: 43.75rem;
  }
  section.textimage .content-col {
    padding: 4.0625rem 2.1875rem;
  }
}
@container main (min-width: 64.0625rem) and (max-width: 85.375rem) {
  section.textimage > div {
    min-height: 37.5rem;
  }
  section.textimage .content-col {
    padding: 4.0625rem 2.1875rem;
  }
}
@container main (min-width: 48rem) and (max-width: 64rem) {
  section.textimage .content-col {
    padding: 3.125rem 1.875rem;
  }
}
@container main (max-width: 47.9375rem) {
  section.textimage .content-col {
    padding: 2.5rem 1.25rem;
  }
  section.textimage .img-wrapper {
    aspect-ratio: 390/280;
  }
}