.cc-wrapper-ef343f5c {
    width: 100%;
    padding: 20px 40px 50px 40px;
    box-sizing: border-box;
}

.cc-slide {
    display: flex;
    justify-content: center;
    height: auto;
}

.cc-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 30px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.cc-image {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.cc-image img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.cc-title {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #111;
}

.cc-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

.swiper-button-next, .swiper-button-prev {
    color: #d11313;
    background: #f1f1f1;
    width: 40px;
    height: 40px;
    border-radius: 4px;
}

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

.swiper-button-next:hover, .swiper-button-prev:hover {
    background: #d11313;
    color: #fff;
}

.swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #d11313;
    width: 20px;
    border-radius: 10px;
}
