.calendar,
.location{
    font-size:14px;
    margin:0 !important;
	display: flex !important;
	align-items: center;
}
.calendar:before{
	background-image: url(/content/dam/digicert/icons/Calendar_Icon_black.png);
	background-size: 17px 17px;
	display: inline-block;
	width: 25px;
	height: 17px;
	content: close-quote;
	background-repeat: no-repeat;
}
.location:before{
	background-image: url(/content/dam/digicert/icons/Location_Icon_black.png);
	background-size: 17px 17px;
	display: inline-block;
	width: 25px;
	height: 17px;
	content: close-quote;
	background-repeat: no-repeat;
}
.content-card-list .container .cell .content-Container .description{
	padding-top:0;
	overflow:unset;
}
.content-card-list .container .cell .content-Container{
	margin:20px 30px 30px;
	height: 251px;
}
.content-card-list .container .cell .image-Container{
	height: 100px;
}