#about .section-body {
  padding: 28px 34px 34px;
}

#about .about-content {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  color: #111;
}

#about .about-profile-panel,
#about .about-contact-panel {
  min-width: 0;
  padding: 0;
}

#about .about-contact-panel {
  margin-top: 34px;
  padding-top: 30px;
  background: none;
  border-top: 1px solid rgba(24, 33, 40, .16);
  border-left: 0;
}

#about .about-kicker {
  margin: 0 0 6px;
  color: #07586e;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .15em;
  line-height: 1.25;
}

#about .about-content h2 {
  margin: 0;
  color: #111;
  font-size: clamp(24px, 2.5vw, 30px);
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: 1.15;
}

#about .about-ja-title {
  margin: 5px 0 0;
  color: #111;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}

#about .about-copy,
#about .about-contact-copy {
  max-width: 900px;
  margin: 16px 0 0;
  color: #111;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.8;
  letter-spacing: 0;
  word-break: normal;
  overflow-wrap: anywhere;
  line-break: strict;
}

#about .about-contact-copy {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.75;
}

#about .contact-text {
  margin-top: 16px;
}

#about .contact-text p {
  margin: 7px 0 0;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

#about .contact-text strong {
  font-weight: 900;
}

#about .contact-x-link {
  color: #07586e;
  border-bottom: 1px solid rgba(7, 88, 110, .42);
  font-weight: 900;
  line-height: 1.35;
  text-decoration: none;
  overflow-wrap: anywhere;
}

#about .contact-x-link:hover {
  color: #7f2634;
  border-color: rgba(127, 38, 52, .62);
}

#about .contact-note {
  margin: 15px 0 0;
  color: #111;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.55;
}

@media (max-width: 640px) {
  #about .section-body {
    padding: 22px 20px 26px;
  }

  #about .about-contact-panel {
    margin-top: 28px;
    padding-top: 25px;
  }

  #about .about-content h2 {
    font-size: 24px;
  }

  #about .about-copy,
  #about .about-contact-copy {
    font-size: 13px;
    line-height: 1.75;
  }
}