.iteventall{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.iteventall:last-child{
	margin-bottom: 0;
}
.iteventall .thumb{
	width: 50%;
}
.iteventall .thumb img{
	width: 100%;
}
.iteventall .decs{
	width: 50%;
	padding: 25px 0 25px 35px;
}
.iteventall .dstitle{
	margin-bottom: 5px;
}
.iteventall .dstitle, .iteventall .dstitle h3{
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
.iteventall .dsdate{
	margin-bottom: 5px;
}
.iteventall .dstend{
	font-size: 15px;
	line-height: 23px;
}
@media all and (max-width: 991px){
	.iteventall{
		margin-bottom: 25px;
	}
	.iteventall .thumb{
		width: 100%;
		margin-bottom: 20px;
	}
	.iteventall .decs{
		width: 100%;
		padding: 0;
	}
}
@media all and (max-width: 767px){

}