.section {
	background-color: #fff;
	padding: 0px 0 80px 0;
}

.section:first-of-type {
	padding-top: 70px;
}

@media(max-width: 700px) {
	.section {
		padding: 0px 0 50px 0;
	}

	.section:first-of-type {
		padding-top: 40px;
	}	
}

.sectionHead {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 25px;
	padding-bottom: 35px;
}

@media(max-width: 700px) {
	.sectionHead {
		padding-bottom: 25px;
	}
}

.sectionHead--center {
	text-align: center;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
}

.sectionHead--center .sectionHead-copy {
	margin: 0 auto;

}

.sectionHead-copy {
	flex: 1;
	max-width: 820px;
/*		flex: 0 1 calc(70% - 60px);*/
}

.sectionHead-title {
	font-size: 40px;
	line-height: 47px;
	margin: 0;
}

@media(max-width: 700px) {
	.sectionHead-title {
		font-size: 28px;
		line-height: 33px;
	}
}

.sectionHead-text {
	margin: 17px 0 0 0;
	font-size: 18px;
	line-height: 28px;
}

@media(max-width: 700px) {
	.sectionHead-text {
		margin: 15px 0 0 0;
		font-size: 16px;
		line-height: 22px;
	}
}