.small-form {
  background-color: #e1d1e5;
}
.small-form.redesign {
  background: #f5f0f7;
  font-family: Segoe UI, sans-serif;
}
 .s-small-form__title {
     font-size: 48px;
    font-weight: 600;
     letter-spacing: -0.04em;
    line-height: 1;
    margin: 0 auto 40px;
    text-align: center;
}
.small-form__container {
  max-width: 830px;
  margin: 0 auto;
  padding: 40px 20px 50px;
}

.small-form__title {
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.04em;
  text-align: center;
  margin-bottom: 32px;
}

.small-form input[type="email"] {
  width: 100%;
  padding: 17.5px 25px 15px;
  margin-bottom: 20px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 0;
}

.small-form input[type="email"]::placeholder {
  color: #42005f;
  font-family: Segoe UI, sans-serif;
  font-size: 22px;
}

.small-form form {
  width: 100%;
  max-width: 520px;
  position: relative;
  margin: 0 auto;
}

.small-form.redesign input[type="submit"] {
  position: absolute;
  width: fit-content;
  right: 0;
  top: 0;
  background-color: rgb(154 0 247) !important;
  color: #fff;
  height: 100%;
  max-height: 59.5px;
  font-size: 22px;
  padding: 12.5px 25px;
  line-height: 1;
  border-radius: 8px;
}

@media screen and (max-width: 575px) {
  .small-form__container {
    padding: 30px 20px 35px;
  }

  .small-form__title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .small-form input[type="email"]::placeholder {
    font-size: 15px;
  }

    .small-form input[type="email"] {
        padding: 12.5px 20px 10px;
    }

    .small-form input[type="submit"] {
        font-size: 15px;
        padding: 15px 20px;
    }
  
  .small-form input[type="submit"] {
  max-height: 49.5px
  }
   .s-services-2__title {
    line-height: 1.15;
  }
   
}
.hs_error_rollup{
  display:none;
}

@media (width <= 479px) {
  .small-form.redesign input[type=submit] 
   padding: 6px 25px !important;
  }
}