.article-page {
  padding-top: 150px;
  padding-bottom: 100px;
  background-color: #fafafa;
}

.article-header {
  text-align: center;
  margin-bottom: 50px;
}

.article-meta {
  margin-bottom: 15px;
}

.article-meta span:first-child {
  color: #7a63ff;
  ;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.article-meta span:last-child {
  color: #6b6b80;
  font-size: 14px;
  margin-left: 15px;
}

.article-title {
  color: #2c2a4a;
  font-family: 'Glacial Indifference', sans-serif !important;
  font-size: clamp(32px, 5vw, 55px);
  font-weight: 800;
  line-height: 1.2;
}

.article-content {
  color: #2c2a4a;
  font-family: "Bower", Georgia, serif;
  font-size: 19px;
  line-height: 1.8;
}

.article-content p {
  margin-bottom: 25px;
}

.article-content h3 {
  font-family: 'Glacial Indifference', sans-serif !important;
  font-size: 28px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #2c2a4a;
}

.article-footer {
  margin-top: 60px;
  text-align: center;
  border-top: 1px solid #eaeaeb;
  padding-top: 40px;
}

.article-footer .btn-modern {
  color: #2c2a4a;
  border-color: #2c2a4a;
  font-family: 'Glacial Indifference', sans-serif !important;
}