.seminar-block .title {
	color: #000;
	font-size: 24px;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
}
.seminar-block .description {
	font-size: 22px;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
}
.seminar-block {
	position: relative;
}
/*.seminar-block-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 35%;
	background-color: #fff;
	opacity: 0.9;
}*/