#wpcf7-f3252-p1207-o1, .hint {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0 0 24px #f0dfbd;
}
.hint {
    max-width: 900px;
    margin: 0 auto;
    background: transparent;
    padding: 24px;
    border-radius: 8px;
    box-shadow: none;
    margin: 0 auto;
    border: 2px dashed #dabf89;
    border-radius: 8px;
}
#wpcf7-f3252-p1207-o1 p {
    margin-bottom: 0px!important;
    font-size: 1.125rem;
}
.wp-block-contact-form-7-contact-form-selector {
    width: 100%;
}
.half {
    display: grid;
    gap: 1.5rem;
}
.wpcf7-submit {
    margin-top: 24px;
        font-weight: 400 !important;
}
.wpcf7-captchar {
    max-width: 300px;
}
.wpcf7-textarea {
    max-height: 200px;
}
.information {
    margin-bottom: 2rem;
    display: block;
    max-width: 600px;
}
.wpcf7 input:not([type=submit]), .wpcf7 select, .wpcf7 textarea {
    font-size: 1.125rem;
}
.wpcf7-not-valid-tip {
    font-size: 0.75em!important;
}
@media (min-width: 768px) {
    .half {
        grid-template-columns: repeat(2, 1fr);
    }
    #wpcf7-f3252-p1207-o1 p {
    font-size: 1.25rem;
}
}

@media (min-width: 1024px) {
    #wpcf7-f3252-p1207-o1 {
    padding: 32px;
}
}