*{
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  margin: 0;
  background: #ffffff;
  color: #1f1f1f;
}

/* PAGE WRAPPER */
.about-page {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
}

/* HEADER */
.page-header {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 30px;
}

.page-header h1 {
  font-size: 34px;
  font-weight: 600;
  color: #777;
  margin-bottom: 10px;
}

.page-header p {
  font-size: 16px;
  color: #888;
  line-height: 1.6;
}

/* DIVIDER */
.divider {
  height: 1px;
  background: #999;
  opacity: 0.6;
  margin: 40px 0;
}

/* CONTENT */
.content h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 40px 0 10px;
  text-transform: uppercase;
}

.content p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 12px;
}

.content ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.content ul li {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 6px;
}

.link {
  display: inline-block;
  margin-top: 6px;
  font-size: 14px;
  color: #4f6cff;
  text-decoration: none;
  font-weight: 600;
}

/* CTA */
.cta {
  text-align: center;
  margin-top: 60px;
}

.cta p {
  font-size: 16px;
  margin-bottom: 20px;
}

.cta-btn {
  display: inline-block;
  background: #6b78ff;
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 600px) {
  .page-header h1 {
    font-size: 26px;
  }

  .content h2 {
    font-size: 16px;
  }
}
