.contact-box {

    max-width: 900px;

    margin: 0 auto;

    padding: 50px;
}

.wpcf7-form p {

    margin-bottom: 25px;
}

.wpcf7 input,
.wpcf7 textarea {

    width: 100%;

    padding: 16px;

    border: 1px solid var(--border);

    border-radius: 12px;

    font-size: 1rem;
}

.wpcf7 textarea {

    min-height: 180px;
}

.wpcf7-submit {

    background: var(--primary);

    color: white;

    border: none;

    cursor: pointer;
}