.sms-exclusive {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.sms-exclusive .container {
  position: relative;
  z-index: 1;
}

.sms-exclusive__eyebrow {
  color: #363b40;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 5px;
  margin-bottom: 18px;
  padding-top: 10px;
  position: relative;
  text-transform: uppercase;
}

.sms-exclusive__eyebrow:before {
  background: #e30613;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  width: 60px;
}

.sms-exclusive h2 {
  color: #363b40;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  margin: 0;
}

.sms-exclusive p {
  color: #363b40;
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 30px;
}

.sms-exclusive__form {
  max-width: 320px;
}

.sms-exclusive__label {
  color: #363b40;
  display: block;
  font-size: 18px;
  line-height: 1.67;
  margin-bottom: 6px;
}

.sms-exclusive__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #b1b8c5;
  color: #363b40;
  font-size: 18px;
  line-height: 1.5;
  padding: 0 0 10px;
  width: 100%;
}

.sms-exclusive__input::placeholder {
  color: #6e7783;
}

.sms-exclusive__input:focus {
  border-bottom-color: #e30613;
  outline: none;
}

.sms-exclusive__form .sms-exclusive__error {
  color: #e30613;
  display: none;
  font-size: 14px;
  line-height: 1.71;
  margin: 0;
}

.sms-exclusive__form--error .sms-exclusive__input {
  border-bottom-color: #e30613;
}

.sms-exclusive__form--error .sms-exclusive__error {
  display: block;
}

.sms-exclusive__button {
  background: linear-gradient(270deg, #cb2d3e 0%, #e30613 100%);
  border: 0;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 30px;
  min-width: 125px;
  padding: 16px 30px;
  text-align: center;
}

@media (max-width: 575.98px) {
  .sms-exclusive h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .sms-exclusive p,
  .sms-exclusive__label,
  .sms-exclusive__input {
    font-size: 16px;
    line-height: 28px;
  }

  .sms-exclusive__button {
    margin-top: 16px;
  }
}
