#columns[data-columns] {
        color: transparent;
}
@media screen and (min-width: 1px) and (max-width: 767px){
    #columns[data-columns]::before {
        content: '1 .col-xs-12';
        color: #FFF6DF !important;
    }
}
@media screen and (min-width:768px) and (max-width: 1200px){
    #columns[data-columns]::before {
        content: '2 .col-sm-6';
        color: #FFF6DF !important;
    }
}
@media screen and (min-width:1201px) and (max-width: 9999px){
    #columns[data-columns]::before {
        content: '3 .col-md-4';
        color: #FFF6DF !important;
    }
}