
/* section-pagetitle */
.section-pagetitle {

}
.section-pagetitle__wrapper {
    padding-top: var(--offset-main);
    padding-bottom: var(--offset-secondary);
}
.section-pagetitle__descr:not(:first-child) {
    margin-top: var(--offset-main);
}

@media screen and (max-width: 1023.5px) {
    .section-pagetitle__wrapper {
        padding-top: var(--offset-small);
        padding-bottom: 0rem;
    }
}