.custom-full-image{
    width:100%;
    overflow:hidden;
}

.custom-full-image img{
    width:100%;
    height:auto;
    display:block;
    object-fit:cover;
}
.overview-area {
    background: #fcd2ac !important;
    margin-top : -15px;
}

.content-bottom {
    MARGIN-TOP: 20PX;
}


.overview-content .content-bottom .list-wrap li
{
border : 2px solid #932e34;

}
.banner-img-five .main-img {
    max-width: 100%;
}

.ck-content > *:not(.simple-slider-wrapper){
 padding-left: unset ! important; 
     padding-right:  unset ! important;
}


/* MAIN WRAP */
.content-bottom .list-wrap{

    justify-content:center;

}

/* CARD */
.content-bottom .list-wrap li{

    max-width:280px;
    gap:18px;
    background:#fff;
}



/* ICON */

.content-bottom .icon{
   
    width:70px;
    display:flex;
    justify-content:center;
    color:#fff;
}


.content-bottom .content{
    flex:1;
}

/* TABLET */

@media(max-width:991px) {

    .content-bottom .list-wrap {
        /* gap:20px; */
    }

    .content-bottom .list-wrap li {
        max-width: 240px;
        padding: 24px 20px;
    }

    .content-bottom .count {
        font-size: 32px;
    }
}

/* MOBILE */

@media(max-width:767px) {

    .content-bottom .list-wrap {
        flex-direction: column;
        /* gap:18px; */
    }

    .content-bottom .list-wrap li {
        max-width: 100%;
         width:100%; 
    }

    .content-bottom .icon {
        /* min-width:60px; */
        /* width:60px; */
        /* height:60px; */

        /* font-size:24px; */
    }

    .content-bottom .count {
        /* font-size:28px; */
    }

    .content-bottom .content p {
        /* font-size:14px; */
    }
}