/* ==========================================
   Site Header
========================================== */

.site-header {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .site-header {
    margin-bottom: 40px;
  }
}

.site-title {
  margin: 0;
}

.site-title a {
  color: inherit;
  text-decoration: none;
}

.site-title a:hover {
  opacity: 0.8;
}

.site-description {
  margin-top: 12px;
  margin-bottom: 35px;
}


/* ==========================================
   Page Header
========================================== */

.page-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
}

.section-title {
  /* border-left: 3px solid #222;
  padding-left: 24px; */
  font-weight: 800;  
  margin: 0;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.page-title {
  border-left: 2px solid var(--color-border);
  padding-left: 24px;
  font-weight: 800;  
  margin: 0;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;  
}

@media (max-width: 768px) {
  .section-title {
    padding-left: 20px;
  }
}

.section-header {
  margin-bottom: 24px;
}