@media screen and (max-width:500px) {
	.cta-title {
		font-size: 24px !important;
	}
	.cta-subtitle span {
		font-size: 14px !important;
		padding: 6px 20px !important;
	}
	.cta-btn {
		font-size: 16px !important;
		padding: 14px 18px !important;
	}
	.faq-heading {
		font-size: 24px !important;
	}
	.faq-question__text {
		font-size: 14px !important;
	}
}
