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: center;

}

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.9rem; line-height: 1.25; }

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: #0d2047; }
div.ccm-block-feature-item.feat.cardblk .button.minibtn { 
	margin: 10px auto 0 auto;
    display: block !important;
    font-size: 0.85rem;
    padding: 12px 20px 12px 20px !important;
	cursor: pointer;
	background: none !important;
	border: 1px #1e75bb solid!important;
	color:#1e75bb !important;
}
div.ccm-block-feature-item.feat.cardblk .button.minibtn:hover {
	background: #1e75bb !important; color: #fff!important;
}
div.ccm-block-feature-item.feat.cardblk .button.minibtn.opened {
	background: #1e75bb !important; border: 0!important; color: #fff!important;
}
div.ccm-block-feature-item.feat.cardblk .button.minibtn:after {
	content: '\f063' !important;transition: all 0.25s ease-in-out !important;
	font-family: FontAwesome;font-weight: 900;float:right;color:#1e75bb;
}
div.ccm-block-feature-item.feat.cardblk .button.minibtn:hover:after { color:#fff; }
div.ccm-block-feature-item.feat.cardblk .button.minibtn.opened:after {
	content: '\f062' !important; color:#fff;
}


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


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

	    margin: auto;
    border: #fff solid 0;
    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;
    width: 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; }
	

}