.col2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style-position: inside;
}
.review-section .review-content {
    width: 100% !important;
}
.sub-menu-toggle:before {
    color: #fff !important; 
}
.sub-menu-toggle.activated:before {
    color: #fff !important;
}
@media only screen and (max-width:480px) {
    .entry-content ul {
        padding: 0;
        COLUMNS: 1;
    }
}
@media only screen and (max-width:375px) {
    .projects-section .proj-count-item {
        padding: 2px !important; 
    }
}