.wpcf7 {
    width: 100%;
    padding: 20px;
    background: var(--grey_3);
    border: 1px solid var(--black_4);
    font-size: 14px;   
}

.wpcf7 input,
.wpcf7 textarea {
    border: 1px solid #ccc;
    line-height: 1.2;
    padding: 8px;
    width: 100%;
}

.wpcf7 p {
    text-align: left;
}

.wpcf7 p:empty {
    display: none;
}

.wpcf7 .wpcf7-submit {
    display: block;
    width: 225px;
    height: 48px;
    margin: 30px auto 0;
    background: var(--grey_1);
    cursor: pointer;
    border: none !important;
    color: var(--white_0);
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    outline: none;
    position: relative;
    transition: all .3s;
}

.wpcf7 .wpcf7-submit:hover {
    background: var(--grey_2);
}

.cf7-cf-turnstile {
    height: 65px;
}

.cf7-cf-turnstile * {
    height: 100%;
}