.section-contact-form-block{
    padding-top: 50px;
    padding-bottom: 75px;
}
.section-contact-form-block picture{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.section-contact-form-block:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #000000BF;
}
.section-contact-form-block .container-fluid{
    position: relative;
    z-index: 5;
}
.section-contact-form-block .form-wrapper{
    padding: 32px;
    background: var(--color-grey-9);
    border: var(--border-style-1);
    border-radius: 16px;
}
.section-contact-form-block .form-wrapper label{
    display: none;
}
.section-contact-form-block .section-header p{
    margin: 0;
    color: var(--color-white);
}

@media (min-width: 768px) {
    .section-contact-form-block .form-wrapper .row{
        --bs-gutter-x: 20px;
    }
    .section-contact-form-block .form-wrapper .field-icon-top .form-group textarea,
    .section-contact-form-block .form-wrapper .field-icon-top .form-group,
    .section-contact-form-block .form-wrapper .field-icon-top {
        height: 100%;
    }

}
@media (min-width: 992px) {
    .section-contact-form-block .form-wrapper{
        padding: 40px 25px;
    }
}
@media (min-width: 1200px) {
    .section-contact-form-block{
        padding-top: 120px;
        padding-bottom: 170px;
    }
    .section-contact-form-block .section-header{
        margin: 0;
    }
    .section-contact-form-block .section-header .h3{
        margin-bottom: 36px;
        font-size: 36px;
        line-height: 43px;
        font-weight: 500;
    }
    .section-contact-form-block .section-header p{
        font-size: 18px;
        line-height: 27px;
    }
    .section-contact-form-block .form-privacy-text{
        margin-top: 20px;
    }
    .section-contact-form-block .form-wrapper label{
        display: block;
        margin-bottom: 8px;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        vertical-align: middle;
        color: var(--color-grey);
    }
    .section-contact-form-block .form-wrapper .form-styles .field-icon i{
        top: 45px;
        transform: unset;
    }
    .section-contact-form-block .form-wrapper .form-styles .field-icon.field-icon-top i{
        top: 42px;
    }
    .section-contact-form-block .form-wrapper .field-icon-top .form-group textarea {
        height: calc(100% - 28px);
    }
    .section-contact-form-block .form-wrapper .btn{
        margin-top: 28px;
    }

}