.cec-wrapper{
    display:flex;
    align-items:center;
    gap:20px;
    width:100%;
}

.cec-swiper{
    width:100%;
    overflow:hidden;
}

.cec-card{
   
    border-radius:20px;

    padding:30px;
    text-align:center;
    height:100%;
}

.cec-image{
    width:100%;
    height:220px;
    object-fit:cover;
    border-radius:15px;
    margin-bottom:20px;
}

.cec-icon{
    font-size:70px;
    margin-bottom:20px;
}

.cec-title{
    font-size:28px;
    font-weight:700;
    margin-bottom:15px;
}

.cec-description{
    font-size:16px;
    line-height:1.7;
    color:#666;
}

.cec-arrow{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#fff;
    border:1px solid #ddd;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    font-size:22px;
    box-shadow:0 3px 10px rgba(0,0,0,0.1);
    flex-shrink:0;
}

.cec-pagination{
    text-align:center;
    margin-top:25px;
}

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

@media(max-width:767px){

    .cec-wrapper{
        gap:10px;
    }

    .cec-arrow{
        width:38px;
        height:38px;
        font-size:18px;
    }

    .cec-title{
        font-size:22px;
    }
}
