/**
 * reCAPTCHA plugin custom style
 *
 * @package orange-g-recaptcha-v2
 */

.contact__gr.recaptcha {
  position: relative;
  flex-direction: column;
  padding-top: 4rem;
  text-align: center;
}
.contact__gr.recaptcha .contact__address-note {
  margin-top: 0.5rem;
}
.contact__gr.recaptcha .contact__gr-error {
  width: 100%;
  text-align: center;
}
.g-recaptcha {
  max-width: 300px;
  margin: 0 auto;
}

