.fw-cta-section-3 {
  position: relative;
}
.fw-cta-section-3.fw-image-background-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.fw-cta-section-3 .fw-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  pointer-events: none;
  z-index: 1;
}
.fw-cta-section-3 .fw-content {
  position: relative;
  z-index: 2;
}
.fw-cta-section-3.fw-cta_section_3-align-center .fw-content {
  align-items: center;
  text-align: center;
}
.fw-cta-section-3.fw-cta_section_3-align-center .fw-button-row {
  justify-content: center;
}
.fw-cta-section-3 .fw-headline {
  margin-bottom: var(--inner-spacing-sm);
}
.fw-cta-section-3 .fw-body-copy {
  margin-bottom: var(--inner-spacing-lg);
}
.fw-cta-section-3 .fw-button-row {
  margin-top: var(--inner-spacing-sm);
}
