.hero-section-1 {
  display: flex;
}
.hero-section-1 .content {
  min-height: 500px;
  align-content: center;
}
.hero-section-1 .section-side-one {
  width: 100%;
  justify-content: center;
}
.hero-section-1 .image-container img,
.hero-section-1 .image-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section-1 .headline {
  max-width: var(--text-max-width);
}