.spec-promo__section{
  padding: 0;
}
.spec-promo__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.6875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.spec-promo__picture {
  width: 30.625rem;
  min-width: 30.625rem;
  height: 25rem;
}
.spec-promo__title {
  font-size: 3.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
.spec-promo__text {
  margin-top: 0.625rem;
  font-size: 2.5rem;
  font-weight: 700;
}
.spec-promo__btn {
  margin-top: 2.5rem;
}
.spec-promo__btn_link {
  padding: 1.125rem 0;
  border-radius: 0.625rem;
  width: 27.1875rem;
  display: block;
  font-size: 1.375rem;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .spec-promo__picture {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 100%;
    width: auto;
    min-width: 30.625rem;
  }
  .spec-promo__picture::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .spec-promo__container {
    padding: 3.75rem 0;
    text-align: center;
  }
  .spec-promo__content {
    margin: 0 auto;
    max-width: 70%;
  }
  .spec-promo__btn_link {
    margin: 0 auto;
    padding: 1.125rem 4.375rem;
    width: auto;
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .spec-promo__title {
    font-size: 2.875rem;
  }
  .spec-promo__text {
    font-size: 1.625rem;
    font-weight: 600;
  }
  .spec-promo__btn {
    margin-top: 1.875rem;
  }
  .spec-promo__btn_link {
    padding: 1.125rem 4.375rem;
    font-size: 1.25rem;
  }
}
@media (max-width: 576px) {
  .spec-promo__title {
    font-size: 2.375rem;
  }
  .spec-promo__text {
    font-size: 1.375rem;
  }
  .spec-promo__btn_link {
    width: 100%;
    display: block;
  }
  .spec-promo__content {
    max-width: 100%;
  }
  .spec-promo__picture {
    min-width: 23.75rem;
  }
}
@media (max-width: 420px) {
  .spec-promo__picture {
    min-width: 18.75rem;
  }
  .spec-promo__title {
    font-size: 1.625rem;
  }
  .spec-promo__text {
    font-size: 1.125rem;
  }
  .spec-promo__btn_link {
    padding: 0.9375rem 0;
  }
}