.hero-visual-card {
  width: 100%;
  max-width: 680px;
  max-height: 520px;
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 26px;
  background: #f4f7fb;
  box-shadow: 0 26px 70px rgba(23, 55, 95, 0.14);
}

.hero-visual-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 1000px) {
  .hero-visual-card,
  .hero-visual-image {
    max-height: 480px;
  }
}

@media (max-width: 680px) {
  .hero-visual-card {
    max-height: 340px;
    border-radius: 18px;
  }

  .hero-visual-image {
    max-height: 340px;
  }
}
