.figure{
	width:100%;
	background:#57bc90;
}
.figure-img{
	width: 100%; /*IE<figure>*/
	opacity:1;
	border-radius:5px;
	object-fit:cover;
	min-width:88px;
}
.content-desc{
	margin: 0 0 1.25rem;
}
.figure:hover .figure-img, .figure:hover{
	opacity:1;
	border-radius:5px;
}
.contentTitle{
	font-size: 1.25rem;
	font-weight:400;
	margin-top: 0rem !important;
	margin-bottom: 0rem !important;
}
.contentDesc{
	text-align:justify;
	color:black;
}
.progress{
	opacity:1;
}