@media screen and (max-width: 768px) {
	.page__section-title h2 {
		font-size: 25px;
		text-align: center;
		margin: 0 2rem 1rem;
	}

	.layout-page-content {
		width: 335px;
		margin: 0 auto 31px;
	}
}

@media screen and (min-width: 769px) {
	.page__section-title h2 {
		font-size: 45px;
		text-align: center;
		margin-bottom: 40px;
	}

	.layout-page-content {
		width: 1000px;
		margin: 0 auto 31px;

	}
}