@charset "utf-8";

#souvenir {
	margin-bottom:100px;
}
#souvenir > header {
	text-align:center;
	margin-bottom:70px;
}
#souvenir > header > h1 {
	font-size:48px;
	margin-bottom:50px;
}
	@media(max-width:980px) {
		#souvenir > header > h1 {
			font-size:32px;
		}
	}

.spot {
	margin-bottom:80px !important;
}