.contentWrap #content #events #accordion {
	margin: 0 auto;
	width: 940px;
}
.contentWrap #content #events #accordion h3 {
	height:auto;
}
.contentWrap #content #events #accordion .info {
	height: auto !important;
}
#accordion h3{
	margin-bottom: 15px;
	box-shadow: 0px 9px 11px 2px #dbdce8 ;
}
#accordion img{
	max-width: 100%;
	margin:0 auto;
}


#accordion .info{
	padding-top: 10px;
	color: #e4e4e4;
	background: linear-gradient(to top, #375EAA 0%, #324F6F 50%, #273246 100%);
}
#accordion .info .title{
	width: 300px;
	margin:0 auto;
	position: relative;
	text-align: center;
    font-size: 1.8em;
    color: #FFEB3B;
}
#accordion .info .title::after{
	content: "";
	top: 40px;
	position: absolute;
	width: 60px;
	left: 40%;
	border-bottom: 2px solid #FFEB3B;
}

#accordion .info .desc{
	line-height: 28px;
	padding:30px 20px;
	
}

.smallTitle{
	color: #fdcb6e;
	padding-left: 10px;
	position: relative;
	font-size: 20px;
	margin:10px 0px;
}
.smallTitle::before{
	position: absolute;
	content: "";
	left: 0px;
	top: 6px;
	border-left: 2px solid #fdcb6e;
	height: 18px;
}