.swiper-pagination-bullet {
    width: unset !important;
    height: unset !important;
    border-radius: unset !important;
    background-color: transparent !important;
    font-weight: 500;
    width: 10px !important;
    color: #403C39 !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    border-bottom: 2px solid #78C045;
    color: #78C045 !important;
}