.cta-banner-2 {
  display: flex;
  width: 100%;
  padding: 34px 36px;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border-radius: 16px;
  background: rgba(0, 207, 166, 0.2);
  margin-bottom: 32px;
}
.cta-banner-2__content {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
  max-width: 50%;
}
.cta-banner-2__image {
  width: 132px;
  height: 132px;
  aspect-ratio: 1;
  background-color: #00cfa6;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
}
.cta-banner-2__image img {
  width: 64px;
  height: auto;
}
.cta-banner-2__title {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 8px;
}
.cta-banner-2__description {
  color: #585858;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.cta-banner-2__promo {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  background: #00cfa6;
  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: #fff;
  color: #000;
  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 24px;
  }
  .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;
    max-width: 40%;
  }
  .cta-banner-2__image {
    width: 100px;
    height: 100px;
  }
  .cta-banner-2__image img {
    width: 48px;
  }
  .cta-banner-2__promo-code {
    padding: 0 16px;
  }
  .cta-banner-2__button {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cta-banner-2 {
    padding: 16px;
    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: flex-start;
    max-width: 100%;
  }
  .cta-banner-2__actions {
    align-self: stretch;
  }
  .cta-banner-2__promo {
    gap: 8px;
    flex-direction: column;
    padding: 16px;
  }
  .cta-banner-2__promo-code {
    width: 100%;
  }
  .cta-banner-2__button {
    width: 100%;
  }
  .cta-banner-2__image {
    width: 56px;
    height: 56px;
  }
  .cta-banner-2__image img {
    width: 28px;
    height: 28px;
  }
}
