@media (max-width: 990px) {
  .recaptcha-custom {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 15px;

  }
}

@media (min-width: 990px) {
  .recaptcha-custom {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 15px;
    padding-left: 100px;
  }
}