.modal-header-image {
    width: 100%;
    height: 125px;
    object-fit: contain;
}
.custom-modal-text {
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #1d2327;
}
.wpcf7 {
    text-align: center;
}
.wpcf7-form {
    padding: 15px 30px 15px 30px;
}
.wpcf7-form>p>label {
    text-align: left;
    width: 100%;
}
.wpcf7-form>p>label>span>.wpcf7-text {
    border-radius: 0;
    border: 2px solid #1d2327;
    height: 40px; 
    width: 100%;
}
.wpcf7-form>p>label>span>.wpcf7-textarea {
    height: 100px;
    width: 100%;
    border-radius: 0;
    border: 2px solid #1d2327;
}
.wpcf7-form>p>.wpcf7-submit {
    width: 100%;
    height: 50px;
    max-width: 250px;
    margin: 0 auto;
    display: block;
    border: 0;
    background: #1d2327;
    color: white; 
}