.intro-illustration {
  margin: 22px 0 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #f7fbff;
  box-shadow: 0 12px 28px rgba(23, 57, 90, .10);
}

.intro-illustration img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 720px) {
  .intro-illustration {
    border-radius: 16px;
  }
}
