.article-template-1 {
	position: relative;
	z-index: 1;
	padding-top: 134px;
	padding-bottom: 146px;
	align-items: flex-start;
}
.article-template-1:before {
	content: '';
	background: var(--color-light-blue);
	width: 68.80208333%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -2;
	pointer-events: none;
}
.article-template-1:after {
	content: '';
	background: transparent url('../../images/article-template-thumbprint.png') no-repeat 0 0 scroll;
	width: 8.38542%;
	height: 349px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -2;
	pointer-events: none;
	transform: translateY(57.87966%);
}
.article-template-1 .img {
	max-width: 913px;
	width: 47.552%;
	flex: 0 0 auto;
}
.article-template-1 .text-block {
	flex: 1 1 auto;
	padding-left: 6.04167%;
	padding-top: 5%;
	max-width: 33.85417%;
}
.article-template-1 h2:before {
	content: '';
	position: absolute;
	border-top: solid 1px #0E2667;
	top: 50%;
	width: 42px;
	left: -73px;
	transform: translateY(-50%);
}
.home-about.article-template-1 {
	padding-top: 148px;
}
.home-about.article-template-1:after {
	display: none;
}
.home-about.article-template-1 .text-block {
	padding-top: 11px;
	max-width: 36.85417%;
}
.home-about .text-block h3 {
	margin-bottom: 22px;
}
.home-about .text-block p {
	padding-right: 45px;
	margin-bottom: 55px;
}
.home-about a.button {
	letter-spacing: .039em;
	padding-right: 35px;
}
.acf-block-preview .article-template-1:after {
	display: none;
}






@media screen and (max-width: 1440px) {
	.article-template-1 .text-block {
		max-width: 517.5px;
		padding-right: 30px;
	}
}
@media screen and (max-width: 1300px) {
	.article-template-1 h2:before {
		display: none;
	}
	.home-about.article-template-1 .text-block {
		max-width: 50%;
	}
}
@media screen and (max-width: 991px) {
	.home-about..article-template-1 {
		flex-direction: column;
		padding-left: 30px;
		padding-right: 30px;
	}
	.home-about img {
		width: 100%;
		margin-bottom: 40px;
	}
	.home-about.article-template-1 .text-block {
		max-width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.article-template-1 {
		flex-direction: column;
		margin-top: 50px;
		padding-top: 0;
		padding-bottom: 50px;
	}
	.article-template-1:before {
		left: 15px;
		right: 15px;
		width: auto;
		top: 100px;
	}
	.article-template-1:after {
		display: none;
	}
	.article-template-1 .img {
		width: calc(100% - 90px);
		max-width: 100%;
		margin: 0 auto 50px;
		box-shadow: 1px 10px 25px #aaa;
	}
	.article-template-1 .text-block {
		padding: 50px 45px 0;
		width: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.home-about.article-template-1 .text-block {
		padding: 0 15px;
	}
}