.block-two-column-banner{
    background-color:transparent !important;
}
    .block-two-column-banner.alignwide{
        margin-left: auto;
        margin-right: auto;
    }
    .block-two-column-banner .max-w-alignwide{
        max-width: var(--wp--style--global--wide-size);
    }
    .block-two-column-banner .max-w-content{
        max-width: var(--wp--style--global--content-size);
    }
    .block-two-column-banner .liner-1{
        max-width: var(--wp--style--global--wide-size);
    }
    @media only screen and (max-width: 768px ) {
        .block-two-column-banner .inner2{
            width:55%;
            padding-right:25px;
            padding-bottom:0;
        }
            .block-two-column-banner .inner2 .doubled{
                display: block;
            }
                .block-two-column-banner .inner2 .doubled p:not(:last-of-type){
                    margin-bottom:35px;
                }
    }
    @media only screen and (max-width: 639px ) {
        .block-two-column-banner .inner2{
            width:calc(100% - 50px);
        }
    }

