.section-cta-content-side-form {

	position: relative;

	width: 100%;

	display: block;

}

.section-cta-content-side-form .section-content {

	position: relative;

}



.section-cta-content-side-form .section-content .col-content-side-form {

	position: relative;

	color: #000;

}
.section-cta-content-side-form:has(.background-image-wrapper) .col-content-side-form,
.section-cta-content-side-form:has(.background-image-wrapper) .col-content-side-form h2{
	color: #fff;
}
.section-cta-content-side-form:has(.background-image-wrapper) .col-content-side-form .btn.btn-secondary {
  border-color: var(--white);
  opacity: 1;
  color: var(--white);
}
.section-cta-content-side-form:has(.background-image-wrapper) .col-content-side-form .btn.btn-secondary:hover {
  border-color: var(--accent-color);
}