@charset "utf-8";
/* ===================================================
	Other CSS
====================================================== *

/* ---------------------------------------------------
	Error
------------------------------------------------------ */
#info { background: #aaa; background-size: cover;}
#info h2 { padding-bottom: 40px; margin: 30px auto; text-align: center;}
#info img { max-width: 86%; height: auto; object-fit: cover; }
section {
	display: flex;
	align-items: center;
	justify-content: center;
    min-height: 35vh;
	padding: 10px 6% 50px;
	font-size: 15px;
    line-height: 2;
	font-family: serif;
	text-align: center;
	color: #222;
}
section a {
	display: inline-block;
	margin-top: 1.5em;
	color: #222;
}
@media screen and (max-width: 768px) {
	section {
		min-height: 0;
		text-align: left;
	}
}