.hero-section-7 .headline {
  margin-bottom: 6px;
}
.hero-section-7 .headline span {
  font-family: var(--body-font-family);
  font-weight: 100;
  color: var(--color1);
}
.hero-section-7 .image-container {
  position: relative;
  right: -50px;
  max-height: 700px;
}
@media screen and (max-width: 1024px) {
  .hero-section-7 .image-container {
    right: -50%;
  }
}
@media screen and (max-width: 885px) {
  .hero-section-7 .image-container {
    right: -65%;
  }
}