#form-section .form-control {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid var(--bs-dark);
    background: transparent;
    box-shadow: none !important;
    padding: 20px 24px;
}

#form-section .form-control::placeholder {
    color: #9E9E9E;
    font-family: 'Ubuntu';
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
#form-section .form-check {padding: 0;}
#form-section .form-check-label {margin-left:1rem;}
#form-section .wpcf7-submit {
    font-family: 'Ubuntu';
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 134%;
    padding: 20px 10px;
}