/* Sections */
    .swiper .swiper-pagination {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .swiper .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 8px;
        background-color: #fff;
        opacity: 0.8;
        outline: none;
        border: none;
    }

    .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 20px;
        height: 20px;
        margin: 0;
        background-color: var(--color-m);
        opacity: 1;
    }
/* Sections */