.editor-styles-wrapper{
	background: #F2F6F9;
	padding: 0 15px;
}
.wp-block{
	background: #fff;
	padding: 15px;
}
.wp-block,
.acf-block-preview .container{
	width: 100%;
	max-width: 100%;
}
.acf-block-preview{
	padding-bottom: 20px;
}

.acf-block-preview .contact_top .row .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.acf-block-preview .contact_top .row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.acf-block-preview .contact_top {
    min-height: 250px;
    position: relative;
    overflow: hidden;
}
.acf-block-preview .contact_top .contact_image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
}
.acf-block-preview .contact_top .contact_image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 782px){
    .interface-complementary-area {
        width: 415px;
    }
}