.bon-sld_wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

.bon-sld {
    position: relative;
}

.bon-sld_top {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.bon-sld .swiper-slide {
    height: auto;
}

.bon-sld .bon-min {
    height: 100%;
}


@media (max-width: 650px) {
    .bon-sld_top {
        flex-direction: column;
        align-items: flex-start;
    }

    .bon-sld_top a {
        width: 100%;
        max-width: unset !important;
    }
}