.ex-img-left {}

.ex-img-left>h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 45px;
}

.ex-img-left>.ex-pic {}

.ex-img-left>.ex-pic>img {
	margin: auto;
}

.ex-img-left>p {
	font-weight: bold;
	font-size: 16px;
	margin-top: 20px;
}

.width45 {
	width: 45%;
}

.width10 {
	width: 10%;
}

.ed-sub_ttl {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 25px;
}

.angle-right {
	width: 60px;
	height: 100%;
	border-radius: 50%;
	border: 0px solid #807a79;
	margin: auto;
	position: relative;
}

.angle-right:after {
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 60px;
	color: #807a79;
	position: absolute;
	top: 8px;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
}

.flex-center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}



@media (max-width: 552px) {
	.width45 {
		width: 100%;
	}

	.width10 {
		width: 100%;
	}

	.angle-right {
		height: 60px;
		margin: 30px auto 15px;
	}

	.angle-right:after {
		transform: translateY(-50%) rotate(90deg);

	}

}


.example-page .example-sub {
	padding-top: 50px;
	margin-bottom: 50px;
}

.example-page .example-sub:first-child {
	border-top: 0;
	padding-top: 0;
}

.example-page .border-top {
	border-top: 2px solid #807a79;
}