.hero-section-5 .content {
  align-content: center;
  min-height: 250px;
}
.hero-section-5 .section-side-one {
  width: 100%;
  justify-content: center;
  align-items: center;
  border-radius: var(--border-radius);
}
.hero-section-5 .image-container {
  width: 100%;
  border-radius: var(--border-radius-1);
  overflow: hidden;
}
.hero-section-5 .image-container img,
.hero-section-5 .image-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section-5 .section-side-two {
  width: 100%;
  align-items: center;
}
.hero-section-5 .headline {
  text-align: center;
  color: var(--white);
  max-width: 870px;
}
.hero-section-5 .body-copy {
  max-width: 800px;
  margin-top: 50px;
}
.hero-section-5.video-section, .hero-section-5.image-section {
  --heading-1-color: var(--white);
}
.hero-section-5.video-section .headline, .hero-section-5.image-section .headline {
  max-width: 910px;
  margin-bottom: 0px;
}
.hero-section-5.video-section .image-container, .hero-section-5.image-section .image-container {
  border-radius: 0px;
}