@charset "UTF-8";

.pageImage {
	background-image: url("../img/overview/page_img.png");
    margin-bottom: 5rem;
}

.learning .sectionTitle {
	margin-bottom: 5rem;
}

.learning .bottomMain.left {
	margin-bottom: 5rem;
}

.learning .usually.left {
	margin-bottom: 5rem;
}

.learning .usually.right {
	margin-bottom: 5rem;
}

.learning .forestWorld {
	width: 90%;
	margin: 0 auto;
}

.learning .forestWorld img {
	margin-bottom: 2rem;
}

.learning .forestWorld h3 {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: .05em;
}


@media screen and (min-width: 769px) {
    .learning .sectionTitle {
		margin-bottom: 8rem;
    }
	
	.learning .bottomMain.left {
		margin-bottom: 8rem;
	}
	
	.learning .usually.left {
		margin-bottom: 8rem;
	}
	
	.learning .usually.right {
		margin-bottom: 8rem;
	}
	
	.learning .forestWorld {
		width: 108rem;
	}
	
	.learning .forestWorld img {
		margin-bottom: 5rem;
	}
	
	.learning .forestWorld h3 {
		font-size: 2.2rem;
	}
}