@charset "utf-8";
section.kids {
	padding: 100px 220px 200px;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

section.kids h3 {
	width: 100%;
	font: 400 24px/33px 'Noto Serif', serif;
	letter-spacing: 2.4px;
	color: #303233;
	margin-bottom: 3.5rem;
}

.kids-img{
	display: block;
	width: 100%;
	height: auto;
	margin: 60px 0 80px;
}

section.kids h3.kids-caption{
	font-weight: bold;
	width: 100%;
	text-align: center;
}

@media screen and (max-width:1200px){
	section.kids {
		padding: 40px 25px 50px;
	}
	
	section.kids h3 {
		font: 400 16px/30px 'Noto Serif', serif;
		letter-spacing: 1.6px;
	}
	
	.kids-img{
		max-width:600px;
		margin: 20px auto 40px;
	}
	
}