.promo-hero {
  display: flex;
  align-items: flex-start;
  max-width: 1430px;
  min-height: 511px;
  margin: 0 auto;
  overflow: hidden;
  background: #faf9fa;
  border-radius: 10px;
}

.promo-hero__content,
.promo-hero__media {
  width: 50%;
}

.promo-hero__content {
  padding: 89px 30px 60px 77px;
}

.promo-hero__title {
  margin: 0;
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.22;
  text-transform: uppercase;
}

.promo-hero__title-primary,
.promo-hero__title-secondary,
.promo-hero__subtitle {
  display: block;
}

.promo-hero__title-primary {
  color: #846c8d;
}

.promo-hero__title-secondary,
.promo-hero__subtitle {
  color: #1d1d1d;
}

.promo-hero__subtitle {
  margin: 0;
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.22;
  text-transform: uppercase;
}

.promo-hero__buttons {
  display: flex;
  gap: 22px;
  align-items: center;
  margin-top: 28px;
}

.promo-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 242px;
  min-height: 54px;
  padding: 13px 26px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  border-radius: 28px;
}

.promo-hero__button--primary {
  color: #fff !important;
  background: linear-gradient(180deg, #846c8d 0%, #171729 100%);
}

.promo-hero__button--primary:hover {
  color: #fff !important;
}

.promo-hero__button--secondary {
  color: #846c8d !important;
  background: #fff;
  border: 2px solid #846c8d;
}

.promo-hero__button--secondary:hover {
  color: #846c8d !important;
}

.promo-hero__media {
  text-align: right;
}

.promo-hero__media img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .promo-hero {
    display: block;
    min-height: 0;
    padding: 20px;
  }

  .promo-hero__content,
  .promo-hero__media {
    width: 100%;
  }

  .promo-hero__content {
    padding: 0;
  }

  .promo-hero__title,
  .promo-hero__subtitle {
    font-size: 36px;
    line-height: 1.12;
  }

  .promo-hero__buttons {
    display: block;
    margin-top: 20px;
  }

  .promo-hero__button {
    width: 100%;
    min-width: 0;
  }

  .promo-hero__button + .promo-hero__button {
    margin-top: 12px;
  }

  .promo-hero__media {
    margin-top: 20px;
    text-align: center;
  }
}
