.main section .swiper-pagination {
bottom: 10px;
display: flex;
justify-content: center;
} .main section .swiper-pagination .swiper-pagination-bullet {
display: flex;
width: 15px;
height: 10px;
background: var(--footerColor);
border-radius: 10px;
opacity: 1;
} .main section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
width: 30px;
background: var(--light2);
}