.fw-quotes-section-3 {
  position: relative;
}
.fw-quotes-section-3.fw-image-background-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.fw-quotes-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-quotes-section-3 .fw-content {
  justify-content: center;
  position: relative;
  z-index: 2;
}
.fw-quotes-section-3 .fw-section-side-one {
  text-align: center;
}
