.features-grid-2 .swiper-pagination-bullet-active{
    background: #fff !important; 
}
.features-grid-2 .swiper-pagination-bullet {
    background: #6C6D6F;
}
@media (min-width: 768px) {
    .index-features-grid-2 .justify-content-md-start{
        -webkit-box-pack: start !important;
        -ms-flex-pack: start!important;
        justify-content: flex-start !important;
    }
}    