.section-separator {
    width: 100%;
    height: 3px;
    background-color: var(--primary-color);
    margin: 0 auto;
    max-width: 800px;
}
