/* ===============================
     TEMPLATE PAGINA TEXT
=============================== */

.textpage-header {
  padding: 60px 0 30px;
  text-align: center;
}

.textpage-title {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 10px;
}

.textpage-subtitle {
  font-size: 18px;
  color: #6b7280;
  line-height: 1.5;
}

/* CONTENT */
.textpage-content {
  padding-bottom: 80px;
  max-width: 900px;
  margin: 0 auto;
}

.textpage-content h2 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 15px;
}

.textpage-content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 10px;
}

.textpage-content p {
  font-size: 16px;
  line-height: 1.75;
  color: #374151;
  margin-bottom: 20px;
}

.textpage-content ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

.textpage-content ul li {
  margin-bottom: 8px;
  font-size: 16px;
  color: #374151;
}

/* LINK COLOR */
.textpage-content a {
  color: #0f66d7;
  font-weight: 600;
}

.textpage-content a:hover {
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .textpage-title {
    font-size: 32px;
  }
  .textpage-content h2 {
    font-size: 24px;
  }

  .textpage-content {
  }
  .textpage-content ul li,
  .textpage-content p {
    font-size: 14px;
  }
}
