.flex{
	display:flex;
	justify-content: space-around;
	flex-wrap: wrap;
	
}



#event_1 {
	border: 1px solid silver;
	margin-top: 50px;
	width: 23%;
	height: 25%;
}

#event_1 img{
	margin-left: 20px;
}
#event_1 h3{
	margin-left: 20px;
}

#event_1 p{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
}