.bonuses-wrapper {
    margin-bottom: 20px;
}

.bonuses-item-name {
    font-size: 18px;
    font-weight: 700;
    color: var(--white);
}

.bonuses-item {
    position: relative;
    aspect-ratio: 16/9;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 18px;
    background-size: cover;
    overflow: hidden;
    background-position: right center;
}

.bonuses-item:before {
    content: '';
    background: linear-gradient(transparent, rgba(0, 0, 0, .5));
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.bonuses-item-name,
.bonuses-item-link {
    position: relative;
    z-index: 2;
}

.swiper-pagination-bullet {
    width: 24px !important;
    height: 4px !important;
    border-radius: 2px !important;
}

@media screen and (max-width: 992px) {
    .bonuses-item {
        position: relative;
    }
}
