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

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



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

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

@media (max-width: 468px) {
	.common-wrapper.__contact:before {
		width: 220px;
		left: 1rem;
		bottom: 4rem;
	}
}