.cta-banner-2 {
  display: flex;
  width: 100%;
  padding: 26px 0px;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border-radius: 16px;
  background: #262635;
  margin-bottom: 16px;
}
.cta-banner-2__content {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
  max-width: 60%;
}
.cta-banner-2__image {
  width: 140px;
  display: flex;
  min-width: 140px;
  justify-content: center;
  align-items: center;
}
.cta-banner-2__image img {
  width: 100%;
  height: auto;
}
.cta-banner-2__title {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 8px;
  font-family: "Russo One", sans-serif;
}
.cta-banner-2__description {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}
.cta-banner-2__promo {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  background: linear-gradient(0deg, #38384b 0%, #38384b 100%), #171721;
  padding: 36px;
}
.cta-banner-2__promo-code {
  display: flex;
  height: 46px;
  padding: 0 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border-radius: 4px;
  border: 1.5px dashed #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.cta-banner-2__button {
  border-radius: 4px;
  background: #ff2400;
  color: #fff;
  display: inline-flex;
  height: 46px;
  padding: 0 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
@media (max-width: 1200px) {
  .cta-banner-2 {
    padding: 34px 0;
  }
  .cta-banner-2__title {
    font-size: 28px;
  }
  .cta-banner-2__promo {
    padding: 30px 30px;
  }
  .cta-banner-2__title {
    font-size: 24px;
    line-height: 28px;
  }
  .cta-banner-2__description {
    font-size: 16px;
    line-height: 20px;
  }
  .cta-banner-2__content {
    gap: 16px;
  }
  .cta-banner-2__promo-code {
    padding: 0 16px;
  }
  .cta-banner-2__button {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cta-banner-2 {
    padding: 16px 0;
    border-radius: 8px;
    flex-direction: column;
    gap: 18px;
  }
  .cta-banner-2__title {
    font-size: 24px;
    line-height: 28px;
  }
  .cta-banner-2__content {
    gap: 16px;
    align-items: center;
    text-align: center;
    max-width: 100%;
    flex-direction: column;
  }
  .cta-banner-2__actions {
    align-self: stretch;
  }
  .cta-banner-2__promo {
    gap: 8px;
    flex-direction: column;
    padding: 35px 16px;
  }
  .cta-banner-2__promo-code {
    width: 100%;
  }
  .cta-banner-2__button {
    width: 100%;
  }
  .cta-banner-2__image {
    width: 77px;
    min-width: 77px;
  }
}
