.video-slider .vid {
    width: 600px;
    height: 300px;
}
.col2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style-position: inside;
}
.mobile-dots-items .mob-item {
    color: #000 !important;
    border-bottom: 1px solid #000 !important;
}
.mobile-dots-items .mob-item a {
    color: #000 !important;
}
.entry-content ul li:before {
    color: #2f5d39 !important;
}
.about-section .ab-content ul li:before {
    color: #2f5d39 !important;
}
button#slick-slide-control10 {
    display: none;
}
@media only screen and (max-width:480px) {
    .entry-content ul {
        padding: 0;
        COLUMNS: 1;
    }
}