.section-divider {
    text-align: center;
    margin: 60px 0;
}

.section-divider span {
    display: inline-block;
    width: 80px;
    height: 2px;
    background: var(--color-theme-highlight);
}