.page-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  color: #111827;
}

.page-topbar {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 120px;
  border-bottom: 1px solid #e5e7eb;
}

.page-top-title {
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 0;
  color: #111827;
  text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.page-section {
  margin-top: 22px;
  margin-bottom: 60px;
}

.page-content {
  margin: 20px 0;
}

.content-wrap {
  margin-bottom: 40px;
}

.sub-label {
  display: inline-block;
  font-size: 24px;
  font-weight: 800;
  color: #0479CD;
  margin-bottom: 10px;
}

.sub-label:before {
  content: "";
  display: inline-block;
  background-color: #0479CD;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  margin: 0 10px 5px 0;
}

@media (max-width: 992px) {
  .page-topbar {
    height: 100px;
  }

  .page-top-title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .intro-top-title {
    font-size: 28px;
  }
}