html {
    scroll-padding-top: 120px;
}

.fully-spaced-row--small, .flexible-layout .column {
    margin-bottom: 0 !important;
}

.rte-block {
    padding: 20px 0;
}

@media (min-width: 768px) {
    html {
        scroll-padding-top: 300px;
    }
}
