/* ===== PAGE SECTION ===== */
.page-section {
  padding: 40px 0;
}

.page-content {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  .page-content {
    padding: 24px;
  }
}
.page-content__header {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 2px solid #e5e7eb;
}
.page-content__title {
  font-size: 36px;
  font-weight: 700;
  color: #111827;
  margin: 0;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .page-content__title {
    font-size: 28px;
  }
}
.page-content__body {
  display: flex;
  flex-direction: column;
}
.page-content__image {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
}
.page-content__image img {
  width: 100%;
  height: auto;
  display: block;
}
.page-content__value-item h3 {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 8px 0;
}
.page-content__value-item p {
  font-size: 15px;
  color: #6b7280;
  margin: 0;
  line-height: 1.6;
}
/*# sourceMappingURL=maps/page.css.map */
