.image-showcase {
  box-sizing: border-box;
  width: var(--peitho-canvas-width, 1280px);
  height: var(--peitho-canvas-height, 720px);
  padding: 72px 88px;
  background: #f8fafc;
  color: #172033;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

.image-showcase h1 {
  margin: 0 0 40px;
  font-size: 56px;
  line-height: 1.08;
}

.image-showcase .hero-image {
  margin: 0;
  width: 100%;
  height: 470px;
  display: grid;
  place-items: center;
  border: 2px solid #cbd5e1;
  background: #ffffff;
}

.image-showcase img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}