input[type="tel"] {
    background: #fff;
    max-width: 632px;
    width: 100%;
    padding: 7px;
    text-align: center;
    font-size: 16px;
    line-height: 38px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
    border: 0;
    height: 50px;
    display: flex
;
    justify-content: center;
    align-items: center;
}