/*--------------------------------------------------------------
# PAGES

Styles for pages of website
If it's specifi to an only page - please add a custom page stylesheet

--------------------------------------------------------------*/

.page-header {
  margin-top: var(--adebeo-spacing-xl);
}

.page-content > *:not(h2) {
  margin-top: var(--adebeo-spacing-xs);
}

.page-content li:not(:first-child) {
  margin-top: 4px;
}

.page-content h2 {
  margin: var(--adebeo-spacing-l) 0 var(--adebeo-spacing-m);
}
