.grecaptcha-badge { visibility: hidden; }
body {
  background: #12B068;
}

.thanks {
  background: #12B068;
  padding: 2% 4%;
}
.thanks h2 {
  color: #fff;
  text-align: center;
  margin: 20px 0;
}
.thanks .thanks-txt {
  background: #fff;
  padding: 4%;
}
.thanks .thanks-txt p {
  text-align: center;
  color: #666666;
}
.thanks .thanks-txt a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: #12B068;
  color: #fff;
  width: 40%;
  margin: 0 auto;
  border-radius: 30px;
  max-width: 250px;
  height: 60px;
}