.map-content {
  width: 100%;
  height: 477px;
  border-radius: 1rem;
  overflow: hidden;
}

.intro-image-box {
  display: flex;
  align-items: end;
  width: 100%;
  height: 664px;
  position: relative;
  overflow: hidden;
}

.intro-image-box::after {
  content: '';
  display: block;
  width: 100%;
  height: 64px;
  background: var(--white);
  position: absolute;
  bottom: 0;
  left: 0;
}

.intro-image-box img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-position: center;
  object-fit: cover;
  border: 0;
}

.intro-image-box__card {
  position: relative;
  background: var(--brand-primary);
  color: var(--white);
  border-radius: var(--radius-24);
  padding: var(--padding);
  z-index: 1;
}
