.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

.recaptcha-text {
display: block;
font-size: 0.8em;
opacity: 0.6;
margin-top: -10px;
margin-bottom: 10px;
}
.comment-form .recaptcha-text {
float:none;
clear:both;
margin-bottom:0;
}
.comment-form .g-recaptcha {
margin-bottom:0;
}
.comment-form-author {
margin-bottom: 10px;
}
.comment-form .form-submit {
margin-top: 10px;
}

.grecaptcha-badge {
visibility: hidden;
}