p.gform_required_legend {
    display: none;
}
.career-faq .toggler {
    font-weight: bold !important;
}
.contact-form .gfield_label {
    font-weight: bold !important;
    font-size: 14px !important;
}
.center-form {
    background-color: #fff;
    padding: 25px;
    border: 1px solid #e3e3e3 !important;
    box-shadow: 0 0 5px 5px #ebebeb;
    width: 900px;
    max-width: 100% !important;
    margin-inline: auto;
}
@media (min-width: 768px) {
    .center-form {
        padding: 40px;
    }
}
.center-form .gform_body input, .center-form .gform_body select, .center-form .gform_body textarea {
    color: #111 !important;
}