.about-text-center {
	display: block;
	text-align: center;
	max-width: 1170px;
	margin: 40px auto;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 25px;
	line-height: 30px;
	color: #8b8685;
	font-family: IntroHeadRBase, sans-serif;
}

.works-wrapper {
	max-width: 1416px;
	margin: 40px auto;
}

.works-video iframe {
	border: 7px solid #200603;
}