.promo-banner {
  position: relative;
  border-radius: 5px;
}

.promo-banner__button {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 80%;
  font-size: 16px;
}

.promo-banner .promo-banner__image {
  height: calc(100% - 1rem);
  position: absolute;
  object-fit: cover;
  z-index: 1;
  border-radius: 5px;
}
