@media only screen and (max-width: 1024px) and (min-width: 768px){
.spproperty-contact-us-widget {
    padding: 35px 20px 40px;
}
.g-recaptcha {
    transform:scale(0.6);
    transform-origin:0 0;
}
}
@media only screen and (max-width: 480px) and (min-width: 320px){
.g-recaptcha {
    transform:scale(0.8);
    transform-origin:0 0;
}
}

.spproperty-contact-us-widget {
padding: 35px 20px 100px !important;
}

.g-recaptcha {
    transform:scale(0.8);
    transform-origin:0 0;
}


