.slider-pagination {
display: flex;
align-items: center;
justify-content: center;
bottom: 0 !important;
.swiper-pagination-bullet {
width: 6px;
height: 6px;
background: $grey30;
transition: all .4s ease;
&-active {
transition: all .4s ease;
width: 10px;
height: 10px;
background: $red;
}
}
}