/* Custom column size */
@media only screen and (min-width:768px){
    .ws-has-custom-style.big-small > div:nth-child(1) {width:53%;}
    .ws-has-custom-style.big-small > div:nth-child(2) {width:47%;}

    .ws-has-custom-style.small-big > div:nth-child(1) {width:47%;}
    .ws-has-custom-style.small-big > div:nth-child(2) {width:53%;}

    .ws-has-custom-style.has-single-image > div:nth-child(1) {width:53%;}
    .ws-has-custom-style.has-single-image > div:nth-child(2) {width:47%;}

    /* side paddings */
    .ws-has-custom-style.side-paddings.has-image-col > div:not(.col-has-image) {width:53%;}
    .ws-has-custom-style.side-paddings.has-image-col > div.col-has-image {width:47%;}
}