.dm_hero__copy.site__copy h2 {
  letter-spacing: 0.03em;
  font-family: var(--font_heading);
  font-weight: bold;
}

.dm_hero {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 50px;
  color: var(--ash);
}
@media (min-width: 921px) {
  @supports (margin: clamp(1em, 1vw, 1em)) {
    .dm_hero {
      margin-top: clamp(160px, 13.8888888889vw, 200px);
    }
  }
}
.dm_hero .site__inner {
  display: grid;
  column-gap: 36px;
  row-gap: 36px;
  align-items: center;
}
@media (min-width: 769px) {
  .dm_hero .site__inner {
    grid-template-columns: 500fr 572fr;
  }
}
@supports (margin: clamp(1em, 1vw, 1em)) {
  .dm_hero .site__inner {
    column-gap: clamp(36px, 5.5555555556vw, 80px);
  }
}
.dm_hero .button__container {
  margin-top: 24px;
}
.dm_hero .dm_button {
  height: 48px;
  border-radius: 8px;
}
@media (min-width: 769px) {
  .dm_hero .dm_button {
    height: 98px;
  }
}

.dm_hero__copy.site__copy h2 {
  line-height: 1.0810810811;
  text-wrap: balance;
  text-transform: uppercase;
  color: var(--navy);
}
@supports (font-size: clamp(1em, 1vw, 1em)) {
  .dm_hero__copy.site__copy h2 {
    font-size: clamp(36px, 5.1388888889vw, 74px);
  }
}
.dm_hero__copy.site__copy h2 + p {
  margin-top: 0.8em;
}
.dm_hero__copy.site__copy p, .dm_hero__copy.site__copy li {
  font-size: 18px;
  line-height: 1.5;
  text-wrap: pretty;
}
@supports (font-size: clamp(1em, 1vw, 1em)) {
  .dm_hero__copy.site__copy p, .dm_hero__copy.site__copy li {
    font-size: clamp(18px, 1.5277777778vw, 22px);
  }
}
@media (max-width: 768px) {
  .dm_hero__copy.site__copy p {
    max-width: 46ch;
  }
}

.dm_hero__background {
  display: flex;
  justify-content: center;
  align-items: center;
}
