/* =========================================================
   8. About Page
   ========================================================= */

.about-text {
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
  text-align: center;
}

.about-text p {
  max-width: 520px;
  margin: 0 auto 18px;
  line-height: 1.6;
}

.about-text p:first-child {
  font-size: 17px;
  font-weight: 500;
}

.about-text p:last-child {
  margin-top: 25px;
  font-weight: 500;
}

.button-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.button-group .btn-primary {
  min-width: 100px;
  text-align: center;
}

/* =========================================================
   9. General Sections
   ========================================================= */

.section {
  padding: 20px;
  font-size: 20px;
  text-align: center;
}

.section:first-of-type {
  padding: 20px 40px;
}

.section h1,
.section .hero-title {
  margin-bottom: 4px;
}

.section ul {
  display: inline-block;
  margin: 5px auto;
  padding: 0;
  list-style: none;
  text-align: left;
}

.page-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: auto;
}
