.mp-promo-wall {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  padding: 30px max(20px, calc((100vw - 1600px) / 2)) 36px;
  box-sizing: border-box;
  background: #fff;
}

@supports (width: 100dvw) {
  .mp-promo-wall {
    width: 100dvw;
    margin-left: calc(50% - 50dvw);
    padding-inline: max(20px, calc((100dvw - 1600px) / 2));
  }
}

.mp-promo-wall__feature {
  margin: 0 0 30px;
}

.mp-promo-wall__feature h2 {
  margin: 0 0 16px;
  color: #2e3035;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 900;
}

.mp-promo-wall__banner {
  position: relative;
  display: block;
  min-height: 168px;
  overflow: hidden;
  background: #d53032;
  color: #fff;
  text-decoration: none;
}

.mp-promo-wall__banner img {
  display: block;
  width: 100%;
  height: 168px;
  object-fit: cover;
}

.mp-promo-wall__banner.has-copy::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 87, 168, .72), rgba(213, 48, 50, .25) 48%, rgba(213, 48, 50, .78));
  pointer-events: none;
}

.mp-promo-wall__banner-copy {
  position: absolute;
  right: 26px;
  bottom: 22px;
  z-index: 1;
  display: grid;
  gap: 8px;
  justify-items: end;
  max-width: min(420px, 48%);
  text-align: right;
}

.mp-promo-wall__banner-copy strong {
  display: block;
  font-size: 28px;
  line-height: 1.12;
  font-weight: 900;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .26);
}

.mp-promo-wall__banner:hover,
.mp-promo-wall__banner:focus {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 820px) {
  .mp-promo-wall {
    padding: 22px 14px 28px;
  }

  .mp-promo-wall__feature {
    margin-bottom: 24px;
  }

  .mp-promo-wall__feature h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .mp-promo-wall__banner,
  .mp-promo-wall__banner img {
    min-height: 170px;
    height: 170px;
  }

  .mp-promo-wall__banner-copy {
    right: 16px;
    bottom: 16px;
    left: 16px;
    max-width: none;
  }

  .mp-promo-wall__banner-copy strong {
    font-size: 22px;
  }

}
