.sc-container-82fd1d53 {
    position: relative;
    width: 100%;
    padding: 20px 0 40px;
}

.sc-carousel-wrapper-82fd1d53 {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.sc-card-82fd1d53 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f0f0f0;
}

.sc-card-82fd1d53:hover {
    transform: translateY(-5px);
}

.sc-image-box-82fd1d53 {
    width: 100%;
    max-height: 180px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sc-image-box-82fd1d53 img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.sc-card-82fd1d53 h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.sc-card-82fd1d53 p {
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

/* Swiper navigation and pagination tweaks */
.sc-container-82fd1d53 .swiper-button-prev,
.sc-container-82fd1d53 .swiper-button-next {
    color: #333333;
    background: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.sc-container-82fd1d53 .swiper-button-prev::after,
.sc-container-82fd1d53 .swiper-button-next::after {
    font-size: 16px;
    font-weight: bold;
}

.sc-container-82fd1d53 .swiper-button-prev {
    left: -20px;
}

.sc-container-82fd1d53 .swiper-button-next {
    right: -20px;
}

@media (max-width: 767px) {
    .sc-container-82fd1d53 .swiper-button-prev {
        left: 5px;
    }
    
    .sc-container-82fd1d53 .swiper-button-next {
        right: 5px;
    }
}

.sc-container-82fd1d53 .swiper-pagination-bullet-active {
    background: #333333;
}
