div.ccm-block-feature-item.feat.cardblk p {

    margin-left: 0 !important; 

}


.whitetxt div.ccm-block-feature-item.feat.cardblk a.button.outlined { color:#000 !important; margin: auto !important}

.whitetxt div.ccm-block-feature-item.feat.cardblk a.button.outlined:hover { color:#fff !important; }

div.ccm-block-feature-item.feat.cardblk i {

    margin-right: 0;

}

div.ccm-block-feature-item.feat.cardblk {

    margin: 35px 2% 25px 2%;

	padding: 20px;

	width: -webkit-fill-available;
    height: auto;
    max-height: 100%;
	text-align: left!important;

}

div.ccm-block-feature-item.feat.cardblk .card-readmore { display: none; }


div.ccm-block-feature-item.feat.cardblk .ccm-block-feature-text p { 
	margin: 0 !important; font-size: 0.85rem; line-height: 1.25; letter-spacing: 0.05rem; }

div.ccm-block-feature-item.feat.cardblk .ccm-block-feature-text .card-readmore {/* text-align: left; */}
div.ccm-block-feature-item.feat.cardblk .ccm-block-feature-title { padding-bottom: 10px!important; padding-top: 8px!important; color: #a4a4a4; text-align: center;}
div.ccm-block-feature-item.feat.cardblk .button.minibtn { 
	margin: 10px auto 0 auto;
    display: block !important;
    font-size: 0.85rem;
    padding: 14px 20px 12px 20px !important;
	cursor: pointer;
	background: #a4a4a4 !important;
	border: 0 #fff solid!important;
	color:#fff !important;
}
div.ccm-block-feature-item.feat.cardblk .button.minibtn:hover {
	background: #919191 !important; color: #fff!important;
}
div.ccm-block-feature-item.feat.cardblk .button.minibtn.opened {
	background: #919191 !important; border: 0!important; color: #fff!important;
}
div.ccm-block-feature-item.feat.cardblk .button.minibtn:before {
	content: '\f063' !important;transition: all 0.25s ease-in-out !important;
	font-family: FontAwesome;font-weight: 900;float:right;color:#fff;
}
div.ccm-block-feature-item.feat.cardblk .button.minibtn:hover:before { color:#fff; }
div.ccm-block-feature-item.feat.cardblk .button.minibtn.opened:before {
	content: '\f062' !important; color:#fff;
}


div.ccm-block-feature-item.feat.cardblk { 
	background: #fff;border-radius: 20px;   /*  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.09);*/
	text-align: center;}
.whitetxt div.ccm-block-feature-item.feat.cardblk { 
	background: #fff; }


div.ccm-block-feature-item.feat.cardblk div.ccm-block-feature-image { 

	    margin: auto;
    border: #fff solid 0;     box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05); 
    box-sizing: revert;border-radius: 20px;
    font-size: 2rem;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    display: flex;
    text-align: center;
    counter-increment: section;
    content: counters(section, "");
    background: #fff;
    color: #fff;
    z-index: auto;
    min-width: 50px;
    margin-top: -35px;
    margin-bottom: 15px;
    align-items: center;
    justify-content: center;
    max-width: 350px;
    position: relative;
	

} 
div.ccm-block-feature-item.feat.cardblk div.ccm-block-feature-image img {
	
	position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
	max-width: auto;
	height: 100%;
}


@media screen and (max-width: 1000px)

{

	div.ccm-block-feature-item.feat.cardblk { margin: 25px 2% 25px 2%; }

	div.ccm-block-feature-item.feat.cardblk div.ccm-block-feature-image {  }
	div.ccm-block-feature-item.feat.cardblk .ccm-block-feature-title { text-align: center!important; }
	

}