.home__contact__recaptcha-disclosure {
  width: 100%;
  margin-top: 1.4rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-align: right;
}

.home__contact__recaptcha-disclosure a {
  color: #ffffff !important;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media screen and (max-width: 700px) {
  .home__contact__recaptcha-disclosure {
    font-size: 1.8rem;
    line-height: 2.4rem;
    text-align: left;
  }
}
