/* ============================================
   ABOUT PAGE
   ============================================ */

.page-hero {
  width: 100%;
  background: var(--gray-light);
  min-height: 200px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  gap: 30px;
  flex-wrap: wrap;
}
.page-hero img {
  height: auto;
  width: 100%;
  object-fit: contain;
}
.section-label {
  text-align: center;
}
.about-section {
  padding: 80px 60px;
}
.about-content {
  display: block;
  align-items: center;
}
.about-message-label {
  font-size: 26px;
  font-weight: 700;
  color: #FF6C00;
  letter-spacing: 2px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.about-text {
  font-size: 16px;
  line-height: 2;
  color: #939393;
  margin-bottom: 16px;
}
.about-image {
  flex-shrink: 0;
}
.about-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.pp_content {
  padding: 80px 60px;
  color: #939393;
  margin-bottom: 100px;
}
.pp_content_detail {
  margin-bottom: 50px;
  line-height: 2;
}
.pp_content ol {
  margin-left: 50px;
  font-size: 16px;
}
.pp_content ol li {
  line-height: 2;
  margin-bottom: 20px;
}
.aim_note {
  margin-bottom: 50px;
}
.aim ol li {
  color: #000;
  font-weight: bold;
  margin-bottom: 30px;
}
.aim ol li p {
  color: #939393;
}
.aim ol li ul {
  margin-top: 10px;
}
.aim ul li {
  color: #939393;
  list-style: none;
  margin-bottom: 0;
  line-height: 1.5rem;
}
/* .case-study--white {
  background: var(--white);
} */
@media (max-width: 768px) {


}