.editor-styles-wrapper .wp-block{
    max-width: 1440px;
}
.editor-styles-wrapper .wp-block img,
.editor-styles-wrapper .wp-block .img-wrap{
    opacity: 1;
    transform: unset;
}
.editor-styles-wrapper .wp-block.wp-block-acf-list-and-cards-block .list-and-cards-block .wrapper .right-content .cards-wrapper .card{
    background: transparent;
    border: none;
    min-width: unset;
    max-width: unset;
    margin: 0;
    padding: 0;
}

.wp-customizer .wp-full-overlay{
    margin-left: 0;
}
.wp-customizer .wp-full-overlay-sidebar{
    width: 400px !important;
}
.wp-customizer .wp-full-overlay-main{
    width: calc(100% - 400px);
    margin-left: auto;
    right: 0;
}