@media screen and (max-width: 650px) {

    .selectric .label {
        margin: 0 25px 0 0px;
        font-size: 18px;
        line-height: 39px;
        height: 46px;
    }
    input[type="text"], input[type="tel"], input[type="number"], textarea, select {

        font-size: 18px;

    }
}