
.wpcf7-form-control.wpcf7-submit {
    height: 50px;
    color: #ea4628;
    background: #f7ead3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 18px;
    line-height: 35px;
    font-weight: 700;
    border: 0;
    min-width: 200px;
}
