.article-cta-group .wpf-gen-contact-form {
	background-color: #C0D8D7 !important; 
}

.article-cta-group #wpforms-submit-17570 {
	background-color: #003d31 !important; 
	color: #FED448 !important; 
}

.article-cta-group {
	border-radius: 20px; 
	margin-bottom: 40px;
}

.article-cta-btn {
	background-color:#003d31; 
	color: #FED448;
	border: 2px solid #003d31;
	border-radius: 30px; 
	padding: 12px 24px; 
	width: 168px; 
	margin-top: 24px; 
	margin-bottom: 54px; 
}

@media screen and (min-width:768px) {
	.article-cta-group {
		margin-left: 96px; 
		margin-right: 96px
	}
}

@media screen and (min-width:1024px) {
	.article-cta-group {
		margin-left: 112px; 
		margin-right: 112px; 
	}
}