.multi-row-slider {
    margin-bottom: 40px;
}

.swiper-container,
.multi-row-slider {
    width: 100% !important;
    box-sizing: border-box;
}

.swiper-slide {
    box-sizing: border-box;
    padding: 20px;
    background: none;
    color: #333;
    border-radius: 12px;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.slide-item {
    color: white;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
 
    text-align: center;
}

.slide-item img {
	max-width: 100%;
	height: auto;
    margin-bottom: 15px;
}

.swiper-slide-title {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 10px;
    text-align: center;
}

.swiper-button-next,
.swiper-button-prev {
    color: #007bff;
    top: 50%;
    transform: translateY(-50%);
}

