@media only screen and (max-width: 600px) {
    #popmechanic-form {
        transform: translateY(-10%);
    }
    #popmechanic-form .popmechanic-main {
        padding: 0px !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 320px !important;
    }

    #popmechanic-form .popmechanic-container {
        padding: 20px 20px 24px;
    }

    #popmechanic-form .popmechanic-title {
        font-size: 20px !important;
        line-height: 24px !important;
        margin-bottom: 10px !important;
    }

    #popmechanic-form .popmechanic-subtitle {
        font-size: 16px !important;
        line-height: 20px !important;
        margin-bottom: 10px !important;
    }

    #popmechanic-form .popmechanic-error-message {
        margin-top: 15px;
        margin-bottom: -5px;
        font-size: 14px;
        line-height: 16px;
    }

    #popmechanic-form .popmechanic-field {
        padding: 8px;
        height: 94px !important;
        flex-direction: column;
    }

    #popmechanic-form .popmechanic-button {
        width: 100% !important;
        max-width: 100% !important;
    }

    #popmechanic-form .popmechanic-policy__text {
        font-size: 11px !important;
        line-height: 12px !important;
    }

    #popmechanic-form .cross {
        width: 20px;
        height: 20px;
    }

    #popmechanic-form .popmechanic-policy__label {
        /* height: 60px !important; */
    }

    #popmechanic-form .popmechanic-field__input {
        max-width: 100% !important;
    }

    #popmechanic-form .popmechanic-thankyou {
        width: 100% !important;
        max-width: 375px !important;
        min-width: 320px !important;
    }
}