/* ============= pageSection-title ============*/

.pageSection-title {
	font-family: 'IBM Plex Sans', sans-serif;
	line-height: 60px;
	font-size: 36px;
	color: #23313B;
}

.pageSection-title.center{
	text-align: center
}

.pageSection-quote {
	line-height: 60px;
	font-size: 36px;
	color: #FFFFFF;
	font-weight: 700;
}

.pageSection-quote strong{
	color: #23313b;
}

.pageSection-title:after {
	content: '';
	display: block;
	width: 64px;
	height: 8px;
	background: #23313B;
	margin: 40px 0;
}

.center .pageSection-title:after {
	margin: 40px auto;
}

.no-text .pageSection-title:after {
	display: none !important;
}



@media (max-width: 1023px) {
.pageSection-title {
	padding-top: 60px;
	font-size: 28.8px;
	line-height: 48px;
}
	
.pageSection-title:after {
	width: 51px;
	height: 6px;
	margin-top: 32px;
	margin-bottom: 32px;
}	
}


@media (max-width: 767px) {
.pageSection-title {
	padding-top: 40px;
	font-size: 20px;
	line-height: 31px;
}
.pageSection-title:after{
	width: 32px;
	height: 4px;
	margin-top: 20px;
	margin-bottom: 20px;
}	
}







.pageSection-text {
	line-height: 36px;
	font-size: 28px;
	color: #FFFFFF;
}

.pageSection {
	position: relative;
	padding-bottom: 60px;
}

.pageSection.nopadding {
	padding-bottom: 0;
}