.white-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-image: linear-gra;
}
.cta-section .maxtitle-2 {
	font-size: 116px;
	line-height: 0.9;
	margin: 0 0 20px;
}
.cta-section .maxtitle-2 span {
	position: relative;
	display: inline-block;
}
.cta-section .maxtitle-2 span:after {
	position: absolute;
	content: '';
	display: flex;
	bottom: 2px;
	width: 100%;
	height: 4px;
	background-color: var(--sk-secondary);
}
.cta-section .content-title p {
	font-size: 22px;
	line-height: 1.591;
	margin: 0 0 30px;
	max-width: 600px;
}

@media (max-width: 1550px) {
	.cta-section .maxtitle-2 {
		font-size: 90px;
	}
}
@media (max-width: 767px) {
	.cta-section .maxtitle-2 {
		font-size: 50px;
		line-height: 1;
	}
	.cta-section .maxtitle-2 br {
		display: none;
	}
	.cta-section .content-title p {
		font-size: 16px;
		margin: 0 0 20px;
	}
}