.vitec-contact-form {
    --color-one: #8A7869;
    --background-one: linear-gradient(155deg, var(--color-one) 0, var(--color-one) 49.9%, #877361 50%, #4e463f 100%);
    --background-two: linear-gradient(155deg, white 0, #d4cbc4 100%);
--color-border: #8A7869;
--font-family: "minion-pro", serif;
}

.vitec-contact-form label {
    font-size: 14px;
    color: hsl(0deg 0% 0%);
}

.vitec-contact-form > .vitec-content form > fieldset input, .vitec-contact-form > .vitec-content form > fieldset textarea, .vitec-contact-form > .vitec-content form > fieldset select {
font-size: 14px;
    background-color: #ffffff;
    color: #000000;
}