
  .page-content {
    padding: 30px 0 60px;
  }

  .page-section {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 30px;
  }

  .page-section:last-child {
    border-bottom: none;
  }

  .page-title {
    font-size: 24px;
    font-weight: 700;
    color: #003f74;
    margin-bottom: 20px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .page-section__body {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
  }

  .page-section__body p {
    margin-bottom: 16px;
  }

  .about-card {
    background: #f8f9fa;
    border-radius: 12px;
    transition:
      box-shadow 0.3s ease,
      transform 0.3s ease;
  }

  .about-card:hover {
    box-shadow: 0 4px 20px rgba(3, 135, 244, 0.15);
    transform: translateY(-4px);
  }