.recaptcha-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 16px 0 8px;
  overflow: hidden;
}

.recaptcha-wrap .g-recaptcha {
  transform-origin: center top;
}

@media (max-width: 400px) {
  .recaptcha-wrap .g-recaptcha {
    transform: scale(0.9);
  }
}

@media (max-width: 340px) {
  .recaptcha-wrap .g-recaptcha {
    transform: scale(0.82);
  }
}
