.about-me-photo img {
	width: 100%;
	display: block;
	margin: 20px auto;
}
.more-about-you-wrapper {
	margin: 50px auto;
}
.more-about-you-wrapper h3.widget-title {
	margin-bottom: 40px;
	font-size: 16pt;
	text-transform: initial;
}
.more-about-you-wrapper h3.widget-title span {
	position: relative;
	top: 7px;
}
.more-about-you .item {
	width: 33.3333%;
	border-bottom: solid 1px #E7E7E7;
	border-left: solid 1px #E7E7E7;
	box-sizing: border-box;
	padding: 40px 5%;
	margin: 0;
	text-align: center;
}
.more-about-you .item.first {
	border-left-color: transparent;
}
.more-about-you .item.first-row {
	padding-top: 0;
}
.more-about-you .item img {
	display: block;
	margin: 20px auto;
}
.more-about-you .item.even img {
	margin-top: 0;
}
.more-about-you p {
	max-width: 90%;
	margin: 0 auto;
}
.more-about-you p.script {
	margin-bottom: 20px;
}
.more-about-you h2 {
	font-size: 25pt;
	margin: 0 0 20px 0;
}
.more-about-you .item.even h2 {
	margin-top: 30px;
}
.more-about-you .bar {
	width: 50px;
	height: 1px;
	border-bottom: solid 1px #E7E7E7;
	margin: 10px auto 30px auto;
}
.more-about-you .item.even .title-top,
.more-about-you .item.odd .title-bottom {
	display: none;
}

@media screen and (max-width: 860px) {
	.more-about-you .item,
	.more-about-you .item.first-row {
		width: 100%;
		border-left: 0;
		border-bottom: 0;
		padding: 0 5%;
		padding-bottom: 40px;
		margin: 20px auto;
	}
	.more-about-you .item.match-height {
		height: auto!important;
	}
	.more-about-you .item.even .title-bottom,
	.more-about-you .item.odd .title-bottom {
		display: none;
	}
	.more-about-you .item.even .title-top,
	.more-about-you .item.odd .title-top {
		display: block;
	}
	.more-about-you .item.odd h2,
	.more-about-you .item.even h2 {
		margin-top: 20px;
	}
}