h1 {
	 margin: 10px 0;
}
 h2 {
	 margin: 60px 0 80px 0;
	 text-align: center;
}
 section {
	 max-width: 1200px;
}
 .event {
	 position: relative;
	 display: flex;
	 margin-bottom: 60px;
}
 .event a {
	 border-bottom: 2px solid black;
}
 .event a:hover {
	 color: #C87E00;
	 border-bottom: 2px solid #C87E00;
}
 .date {
	 min-width: 120px;
	 flex: auto;
	 display: flex;
	 flex-direction: column;
	 margin: 10px 40px 0 0;
	 line-height: 30px;
}
 .content {
	 max-width: 800px;
}
 .event-image {
	 flex: auto;
	 margin-left: 30px;
}
 img {
	 width: 250px;
}
 
