.se-hide-mobile {
    display: none;
}

.se-text-center {
    text-align: center;
}

.se-max-720 {
    max-width: 720px;
}

.se-max-860 {
    max-width: 860px;
}

.se-border-top {
    border-top: 1px solid var(--se-color-border);
}

.se-border-bottom {
    border-bottom: 1px solid var(--se-color-border);
}

.se-surface {
    background: var(--se-color-surface);
}

.se-surface-2 {
    background: var(--se-color-surface-2);
}

@media (min-width: 782px) {
    .se-hide-mobile {
        display: initial;
    }
}