.swiper-pagination-bullet{
    background: #D1D3D5;
    border-radius: 0;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #E60012;
    border-radius: 0;
}

@media (max-width: 767px) {
    .swiper-pagination-bullet{
        width: 5px;
        height: 5px;
    }
}