#contact-form-section h6 input, #contact-form-section h6 textarea, #contact-form-section select{
    border-radius: 12px;
}

#contact-form-section button{
    font-family: "Etheline Sans";
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 33.75px */
    letter-spacing: -0.675px;
    border-radius: 12px;

}

#contact-form-section textarea{
    max-height: 200px;
}