.widget__swiper {
    width: 100%;
    height: 100%;
}

.widget__slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.widget__slide-link {
    width: 100%;
    height: 100%;
}

.widget__slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget__swiper-pagination {
    display: flex;
    justify-content: center;
    align-content: center;
    padding-top: 16px;
}

.widget__swiper-pagination .swiper-pagination-bullet-active {
    background: var(--color-green);
}