@media(max-width:768px){
    .card-box {
        overflow-x: hidden;
    }

    .card-box .g-recaptcha {
        transform: scale(0.85);      /* Scale down the widget */
        transform-origin: 0 0;       /* Align scaling to top-left */
        -webkit-transform: scale(0.85);
        -webkit-transform-origin: 0 0;
    }
}
