.hero-image {
  width: 100%;
  height: auto;
  max-height: none;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}

.hero-image img {
  width: 100%;
  max-width: 800px;
  height: auto;
  object-fit: contain;
  display: block;
}

.hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: visible;
  background-color: white;
}

@media (max-width: 768px) {
  .hero-image {
    margin-top: 2rem;
  }
}
