.cta-section {
	margin: 0;
	padding: 90px 0;
	background-position: center !important;
	background-attachment: fixed !important;
	display: flex;
	align-items: center;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.cta-section .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cta-section .right-col {
	flex-shrink: 0;
}

.cta-section .cta-title h2 {
	color: #fff;
	font-size: 60px;
	line-height: 1;
	margin: 0 0 18px;
	letter-spacing: -.05em;
	margin-bottom: 10px;
	 font-family: 'Liberation Sans';
	 font-weight: 700;
}

.cta-section .cta-title p {
	font-size: 18px;
	line-height: 1.65;
	color: rgba(255, 255, 255, .75);
	max-width: 88%;
	margin-bottom: 10px;
	font-weight: 400;
}

.cta-section .cta-title p:last-child {
	margin-bottom: 0;
}

.cta-section .cta-title p a {
	font-family: 'Liberation Sans';
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: rgba(255, 255, 255, 0.75);
	text-decoration: underline;
}

.cta-section .cta-title p a:hover {
	color: var(--rust);
}

.cta-button .btn {
	min-width: 170px;
}

@media only screen and (max-width: 1199px) {

	.cta-section .cta-button .btn {
		min-width: 170px;
	}

	.cta-section .cta-title h2 {
		font-size: 50px;
		margin-bottom: 10px;
	}

	.cta-title {
		max-width: 560px;
	}


	.cta-section {
		padding: 60px 0;
	}
}

@media only screen and (max-width: 991px) {

	.cta-section .cta-title h2 {
		font-size: 40px;
	}

	.cta-title {
		max-width: 440px;
	}
}

@media only screen and (max-width: 767px) {
	.cta-section .wrapper {
		flex-wrap: wrap;
		justify-content: center;
	}

	.cta-section .cta-title h2 {
		font-size: 30px;
	}

	.cta-section .cta-title p {
		font-size: 16px;
		line-height: 1.4;
	}

	.cta-title {
		max-width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
}