.cc_e0y216z6_3adbxoaIUs .pem-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: min(72vh, 680px);
  padding: 0;
  font-family: var(--pem-sans, "Outfit", sans-serif);
}

.cc_e0y216z6_3adbxoaIUs .pem-story-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(48px, 7vw, 88px) clamp(32px, 6vw, 80px);
}

.cc_e0y216z6_3adbxoaIUs .pem-story-eyebrow {
  margin: 0 0 18px;
  font-family: var(--pem-sans, "Outfit", sans-serif);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.cc_e0y216z6_3adbxoaIUs .pem-story-title {
  margin: 0;
  max-width: 16ch;
  font-family: var(--pem-sans, "Outfit", sans-serif);
  font-size: clamp(26px, 2.8vw, 38px);
  font-weight: 400;
  line-height: 1.25;
  text-transform: none;
}

.cc_e0y216z6_3adbxoaIUs .pem-story-body {
  margin: 22px 0 0;
  max-width: 38ch;
  font-family: var(--pem-sans, "Outfit", sans-serif);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
}

.cc_e0y216z6_3adbxoaIUs .pem-story-copy .pem-cta {
  margin-top: 32px;
}

.cc_e0y216z6_3adbxoaIUs .pem-story-media {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}

.cc_e0y216z6_3adbxoaIUs .pem-story-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 58%;
}

@media (max-width: 860px) {
  .cc_e0y216z6_3adbxoaIUs .pem-story {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .cc_e0y216z6_3adbxoaIUs .pem-story-media {
    order: -1;
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .cc_e0y216z6_3adbxoaIUs .pem-story-copy {
    min-height: 420px;
    padding: 56px 28px;
  }
}
