.wpcf7 fieldset {
    padding: 1rem 1rem 0.5rem 1rem;
    border: 1px solid #999;
    border-radius: 8px;
}

.wpcf7 legend {
    font-weight: 500;
}

.wpcf7 fieldset + fieldset {
    margin-top: 2rem;
}

.wpcf7 label {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 1em;
}

.wpcf7 label .description {
    display: block;
    font-weight: normal;
    font-size: 0.875em;
    color: #666;
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
}

.wpcf7 form p + p {
    margin-top: 1.0rem;
}

.wpcf7 input:not([type='file']), .wpcf7 textarea, .wpcf7 select {
    margin-top: 0.5rem;
    border: 1px solid rgb(65, 157, 210);
}

.wpcf7 input[type='checkbox'] {
    margin-right: 0.5rem;
}

.wpcf7 select {
    color: black;
}