/*
  Theme Name:   Aixor Child
  Template:     aixor
  Version:      1.0.0
  Text Domain:  aixor-child
*/

.static-content-page {
	max-width: 960px;
	margin: 0 auto;
    padding: 8.5rem 1rem 0;
    color: #fff;
}

.static-content-page h1,
.static-content-page h2 {
	font-family: var(--font_arapey);
    font-style: italic;
}
.static-content-page h1 {
	margin: 0 auto 3rem;
    border-bottom: 1px solid;
    padding-bottom: 1rem;
    max-width: max-content;
}
.static-content-page h2:not(:first-child) {
	margin-top: 2rem;
}

.static-content-page ul {
	list-style: disc;
    margin-bottom: 1rem;
    padding-left: 2rem;
}