
.flex-button {
  display: flex;
  justify-content: center;
}

.recaptcha-wrapper {
    transform-origin: 0 0;
  }

@media (max-width: 1200px) {
    .recaptcha-wrapper {
      transform: scale(0.75);
    }
  }

