section#services-intro {
	margin-top: 100px;
}
	section#services-intro p {
		padding: 145px 0 100px;
		margin: 0 auto;
		max-width: 860px;
		line-height: 2;
	}
section#services {
	margin-bottom: 100px;
}
	section#services .row-height-sm {
		height: 680px;
	}
	section#services img {
		height: 680px;
		object-fit: cover;
		object-position: center;
	}
	section#services .services-text {
		background: #EBEBEB url('../images/services/pattern-bg.png') center / cover;
	}
	section#services .services-text h4 {
		font-size: 24px;
		margin-bottom: 40px;
	}
	section#services .services-text p {
		font-size: 18px;
		line-height: 2;
	}
	section#services .services-text p:not(:last-child) {
		margin-bottom: 40px;
	}
@media (max-width: 1299px) {
	section#services .services-text p {
		max-width: 460px;
		margin-left: auto;
		margin-right: auto;
	}
	section#services .services-text p br {
		display: none;
	}
}
@media (max-width: 859px) {
	section#services-intro p br {
		display: none;
	}
}
@media (max-width: 767px) {
	section#services .row-height-sm {
		height: auto;
	}
	section#services img {
		height: auto;
		width: 100%;
	}
	section#services .services-text {
		padding: 75px 15px;
	}
}