#contact {
    margin: 70px 0px;
}

#contact .contact-form input {
    color: #121212;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 134%; /* 30.82px */
    letter-spacing: -0.345px;
    text-transform: uppercase;
}

#contact .contact-form textarea {
    height: 200px;
    color: #121212;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 134%; /* 30.82px */
    letter-spacing: -0.345px;
    text-transform: uppercase;
}

#contact .contact-form .button button {
    border-radius: 51px;
}
