@media (min-width: 701px) {
  .presets-page .presets-hero {
    box-sizing: border-box;
    grid-template-columns: minmax(0, 34%) minmax(420px, 66%);
    padding-left: 0;
    background: #fefaf1;
  }

  .presets-page .presets-hero > img {
    width: 100%;
    height: calc(100svh - var(--header-height));
    object-position: center;
    background: #fefaf1;
  }

  .presets-page .presets-hero-copy {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    min-height: calc(100svh - var(--header-height));
    margin: 0;
    padding: clamp(40px, 5vw, 92px);
    transform: none;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .presets-page .presets-hero-copy > * {
    margin-inline: auto;
  }
}
