@media (min-width: 768px) {
    .parsys_column {
        margin: 0;
    }
    .cq-colctrl-lt0-c0,
    .cq-colctrl-lt0-c1 {
        float: left;
        width: 50%;
    }
    .cq-colctrl-lt0-c0 {
        padding-right: 30px;
    }
    .cq-colctrl-lt0-c1 {
        padding-right: 30px;
    }
    
    .cq-colctrl-lt1-c0:after {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    border-left: 1px dotted #b3b3b3;
    content: '';
    }
    
    .cq-colctrl-lt1-c0,
    .cq-colctrl-lt1-c1,
    .cq-colctrl-lt1-c2 {
        float: left;
        width: 33.33%;
    }
    .cq-colctrl-lt1-c0 {
        padding-right: 30px;
    }
    .cq-colctrl-lt1-c1 {
        padding-right: 30px;
    }
    .cq-colctrl-lt1-c2 {
        padding-right: 30px;
    }
    
    
    .cq-colctrl-lt1-c1:after {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    border-left: 1px dotted #b3b3b3;
    content: '';
    }
    
    .cq-colctrl-lt2-c0{
        float: left;
        width: 66.66%;
    }
    
    .cq-colctrl-lt2-c1 {
        float: left;
        width: 33.33%;
    }
    .cq-colctrl-lt2-c0 {
        padding-right: 30px;
    }
    .cq-colctrl-lt2-c1 {
        padding-right: 30px;
    }
    
    .cq-colctrl-lt2-c0:after {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    border-left: 1px dotted #b3b3b3;
    content: '';
    }
    
}
