.fw-hero-section-x1 {
  padding: 0;
}
.fw-hero-section-x1 .fw-content {
  flex-direction: column;
  gap: 0;
  min-height: 500px;
  z-index: 2;
  justify-content: center;
}
.fw-hero-section-x1.fw-centered-text-section .fw-content {
  align-items: center;
  text-align: center;
}
.fw-hero-section-x1.fw-left-text-section .fw-content {
  align-items: flex-start;
  text-align: left;
}
.fw-hero-section-x1 .fw-overline {
  max-width: var(--content-text-max-width);
}
.fw-hero-section-x1 .fw-headline {
  max-width: var(--content-text-max-width);
}
.fw-hero-section-x1 .fw-body-copy {
  max-width: calc(var(--content-text-max-width) - 200px);
}
.fw-hero-section-x1 .fw-button-row {
  max-width: var(--content-text-max-width);
}
.fw-hero-section-x1 .fw-hero-figure {
  margin: 0;
  width: 100%;
  max-width: var(--content-text-max-width);
}
.fw-hero-section-x1 .fw-hero-figure img {
  width: 100%;
  height: auto;
  display: block;
}
