.mc-home__form {
    max-width: 600px;
    margin: 0 auto 40px auto;
    padding: 0 15px;
}
.mc-home__form label,
.mc-home__form-label {
    font-size: 16px !important;
    color: #111111 !important;
}
.mc-home__form label span {
    color: #F00;
}
.mc-home__form textarea {
    resize: none;
    height: 120px !important;
}
.mc-home__form button {
    background: #cd9246;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border: none !important;
    outline: none !important;
}
.mc-home__form-phone {
    display: flex;
    gap: 10px;
}
.mc-home__form-phone span:first-child {
    width: 90px;
}
.mc-home__form-phone span:last-child {
    width: 100%;
}
.wpcf7 form .wpcf7-response-output {
    max-width: 600px;
    margin: 0 auto 30px auto;
}