.grecaptcha-badge {
    bottom: 7rem !important;
}

@media only screen and (max-width: 575px) {

    .grecaptcha-badge {
        bottom: 5.5rem !important;
    }

}