.recaptcha-block{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .btn--primary--two{
    border-color: #ffba00;
    background-color: #ffba00;
    color: #000000;
  }
  .btn--primary--two:hover {
    background-color: transparent;
    color: #ffba00;
}
.g-recaptcha{
  margin-bottom: 20px;
}