.contact-menu-item:hover {
    border-bottom: 1px solid #707070;
}
.contact-form * {
    font-family: Cormorant Garamond;
}
.contact-form .name-sec p, .contact-form .det-sec p {
    display: flex;
    gap: 10px;
}
.contact-form label {
    color: #707070;
    margin-top: 10px;
    display: inline-block;
}
.contact-form input::placeholder {
    color: #707070;
}
.contact-form input:not([type=submit]) {
    color: #000;
}
.contact-form input[type=submit] {
    margin-top: 10px;
    display: inline-block;
    background: none;
    border: 1px solid #707070;
    color: #707070;
    padding: 10px 30px;
    font-family: "Barlow Condensed";
    font-weight: 400;
}
.contact-form input[type=submit]:hover {
    background: var( --e-global-color-primary );
    color: #fff;
    border-color: var( --e-global-color-primary );
}
.contact-form .form-submit {
    text-align: center;
}