.cta-sec {
	background-color: var(--color-light-gray);
}
.cta-btn-wrap {
	margin-top: 40px;
}
.cta-content {	max-width: 660px;
	width: 100%;
	margin: 0 auto;
	line-height: 1.5;
}
@media screen and (max-width:1360px) {
.cta-sec-title {
	margin-bottom: 28px;
}
}
@media screen and (max-width:1200px) {
.cta-sec-title {
	margin-bottom: 25px;
}
}
@media screen and (max-width:991px) {
   .cta-sec-title {
	margin-bottom: 22px;
} 
.cta-btn-wrap {
	margin-top: 30px;
}
}
@media screen and (max-width:640px) {
.cta-sec-title {
	margin-bottom: 20px;
}
}
