.postcta--section {
	position: relative;
	padding: 40px 0 52px;
	margin: 50px 0;
}

.postcta--section:before,
.postcta--section:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	/* background: linear-gradient(90deg, rgba(219,247,247,1) 0%, rgba(30,217,117,1) 35%, rgba(54,214,219,1) 77%); */
	background: #429E95;
}

.postcta--section:after {
	top: auto;
	bottom: 0;
}

.postcta--form {
	margin-bottom: -20px;
}

.postcta--form .button {
	font-weight: 700;
}

.postcta--form .gform_wrapper.gravity-theme .gform_footer {
	padding-top: 40px;
}

.postcta--form .gform_wrapper ::placeholder {
	font-weight: 400;
}

.postcta--copy p {
	margin-bottom: 
}

.postcta--bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	z-index: -1;
	opacity: .2;
}

.postcta--bottom:before,
.postcta--bottom:after {
	content: "";
	position: absolute;
	height: 80px;
	width: 80px;
	bottom: 0;
	left: 0;
	/* background-image: url(../../images/post-cta-graphic-left.svg); */
	background-size: cover;
}

.postcta--bottom:after {
	left: auto;
	right: 0;
	bottom: 15px;
	/* background-image: url(../../images/post-cta-graphic-right.svg); */
}
