
#title {
	background-image: url(images/title_bg.jpg);
}

div.message {
	border: 1px solid #adadad;
	padding: 30px 60px 15px 180px;
	align-content: center;
}


div.message h2 {
	font-size: 25px;
	line-height: 1em;
}

ul.clist {
	border-left: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	display: flex;
	flex-wrap: wrap;
}

ul.clist li {
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	box-sizing: border-box;
	padding: 5px 50px;
	width: 50%;
}

