/* ====================================
   About Page Styles
   ==================================== */

/* ====================================
   About Intro Section
   ==================================== */
.about-intro {
  margin-bottom: 80px;
}

.about-intro__text {
  line-height: 1.8;
  margin-bottom: 24px;
}

.about-intro__text:last-child {
  margin-bottom: 0;
}

.about-intro__image {
  max-width: 600px;
  margin: 32px auto;
}

.about-intro__image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .about-intro__image {
    max-width: 100%;
    margin: 24px auto;
  }
}

/* ====================================
   Content Box with Divider は style.css に移動しました
   ==================================== */

/* Detail Link は style.css に移動しました */
