
div.card2 {
	text-align    : center;
	/*border-radius: 0px 0px 15px 15px;*/
	background-color: white;
	/*box-shadow      : 2px 2px 10px #888888;*/
	width:100%;
	height:100%;
	box-sizing: border-box;
	display: block;
}


div.card2 img {

	width       : 100%;
	border-bottom      : 1px solid rgb(230, 230, 230);
	/*box-sizing: border-box;*/
	object-fit  : cover;
	min-height: 100%;
	min-width: 100%;
	
}

div.card2 .card2-body {
	text-align: left;
	padding:15px;
	/*position:absolute;
	bottom: 0;
	left:0;*/
	
}

div.card2 .card2-link {
	padding         : 5px;
	border-bottom   : 1px solid #5555ff;
	background-color: #f0f9fa;
}

div.card2 h5 {
	font-weight: bold;
	text-align : left;
	margin-top : 15px;
}



div.card2 .card2-body p {
	text-align  : justify;
	text-justify: auto;
	font-size   : 14px;
}