.highlights-separator {
    margin-bottom: 5rem;
}

.highlights-separator .separator-inner {
    justify-content: center;
    width: 100%;
}

.highlights-separator .separator-text {
    text-align: left;
}

@media screen and (max-width: 768px) {
    .highlights-separator .separator-item {
        text-align: center;
    }

    .highlights-separator .separator-inner {
        width: fit-content;
        margin-top: 1rem;
        margin-bottom: 1rem;
        justify-content: start;
    }
}
