.motorbike-swiper {
    width: 100%;
    padding: 20px 0;
}

.motorbike-swiper .swiper-slide {
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.motorbike-swiper .section-price-list-voucher__img {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.motorbike-swiper .section-price-list-voucher__img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.motorbike-swiper .swiper-button-next,
.motorbike-swiper .swiper-button-prev {
    color: #000;
}

.motorbike-swiper .swiper-pagination-bullet-active {
    background: #000;
} 