.side-subscribe {
  width: 100%;
  padding: 10px 20px 30px 20px;
  text-align: center;
  max-width: 450px;
  margin: 0 20px 20px 40px;
}

.side-subscribe .hs-button.primary {
  width: 152px;
  font-weight: 400;
  font-size: 12px;
  margin: 0;
}

.side-subscribe .hs-input{
  width: 70%;
  margin: 0 auto 20px auto;
  border-color: #d7d7d7;
}

.side-subscribe .form-title {
  display: none;
}

@media (max-width: 1200px) {
  .side-subscribe {
    margin: 0 0 20px 0;
    max-width: initial;
  }
}

.side-subscribe h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
}

.side-subscribe__form p {
  font-weight: 500;
  position: relative;
  top: 20px;
}
}
