.full-width-text-section .text-block {
	text-align: center;
	max-width: 952px;
	margin: 0 auto;
}

.full-width-text-section .text-block h2 {
	font-family: 'Liberation Sans';
	font-weight: 700;
	font-size: 42px;
	line-height: 50px;
	margin-bottom: 30px;
}

.full-width-text-section .text-block p {
	font-family: 'Liberation Sans';
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 30px;
}

@media (max-width: 1199px) {
	.full-width-text-section .text-block h2 {
		font-size: 36px;
		line-height: 44px;
		margin-bottom: 25px;
	}

	.full-width-text-section .text-block p {
		line-height: 24px;
		margin-bottom: 25px;
	}
}

@media (max-width: 991px) {
	.full-width-text-section .text-block h2 {
		font-size: 30px;
		line-height: 38px;
		margin-bottom: 20px;
	}

	.full-width-text-section .text-block p {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.full-width-text-section .text-block h2 {
		font-size: 26px;
		line-height: 34px;
		margin-bottom: 15px;
	}

	.full-width-text-section .text-block p {
		font-size: 15px;
		line-height: 22px;
		margin-bottom: 15px;
	}
}