.design-intro {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.design-intro__picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.design-intro__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.design-intro__inner {
  position: absolute;
  inset: 0;
  padding-top: 64px;
  padding-left: 64px;
}

.design-intro__title {
  width: 640px;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  color: rgb(255, 255, 255);
  text-align: center;
}

.design-intro__desc {
  width: 640px;
  margin: 0 auto;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: rgb(255, 255, 255);
  text-align: center;
}

@media (max-width: 767px) {
  .design-intro {
    height: 100vh;
    box-sizing: border-box;
  }

  .design-intro__inner {
    font-family: Montserrat;
    padding: 0 20px;
    position: absolute;
    z-index: 1;
    top: 92px;
  }

  .design-intro__title {
    width: 100%;
    font-size: 32px;
    line-height: 40px;
  }

  .design-intro__desc {
    width: 100%;
    margin-top: 16px;
    padding-top: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
  }
}
