.thanks {
  text-align: center;
  margin-bottom: 240px;
}
.thanks__heading {
  margin-top: 80px;
  font-size: 32px;
  font-weight: bold;
  color: #E53935;
}
.thanks__text {
  margin-top: 64px;
  line-height: 1.8;
  font-weight: bold;
  font-size: 18px;
}
.thanks__text span {
  color: #E53935;
}
.grecaptcha-badge { visibility: hidden; }

@media screen and (max-width: 520px) {
  .thanks__heading {
    line-height: 1.4;
    font-size: 20px;
  }
  .thanks__text {
    margin-top: 40px;
    font-size: 16px;
  }
}