.swiper-pagination {
    bottom: 50px !important;
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    opacity: 0.6;
    margin: 0 6px !important;
    background: rgba(255, 255, 255, 0.6);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100px;
}

.swiper-pagination-bullet-active {
    background: #eee;
    width: 32px;
    height: 14px;
    opacity: 1;
}

.tjs {
    p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 20px;
        color: var(--gray-8);
    }
}

.partners-item:hover .partners-item-overlay {
    display: block;
}

.partners-item:hover .partners-item-title {
    color: #fff;
}