.form .recaptcha {
    display: block;
    float: left;
    margin: 24px 5px 0px;
    width: 302px;
    height: 76px;
}

@media only screen and (max-width: 340px)  {
    .form .recaptcha{
        position: relative;
        margin-left: 0px;
        left: -7px;
    }
}