.qrise-carousel-section {
    padding: 2rem 0;
}

.qrise-carousel-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
}

.qrise-carousel-section .swiper {
    width: 100%;
    padding: 20px;
}

.qrise-carousel-section .swiper-slide {
    text-align: center;
    margin: 0 10px;
}

.qrise-carousel-section .swiper-slide img {
    max-height: 100px;
    width: auto;
    object-fit: cover;
    padding-right: 5px;
}