/* -- ²¼ÁØ contact
-------------------------------------------------- */
.common-wrapper.__beginners {
	background-image: url('../images/beginners/beginners-image.jpg');
	background-position: center;
}

.common-wrapper.__beginners:before {
	content: url("../images/beginners/beginners-title.svg");
	width: 450px;
}



@media (max-width: 768px) {
	.common-wrapper.__contact:before {
		width: 300px;
		left: 3rem;
	}

	.common-wrapper.__beginners:before {
		content: url("../images/beginners/beginners-title.svg");
		max-width: 450px;
		width: 80%;
	}

}

@media (max-width: 468px) {
}