.vls-co-values {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.vls-co-item {
    align-items: center;
}

.vls-co-icn {
    flex-shrink: 0;

    svg {
        path[fill="var(--text-color)"] {
                fill: var(--white) !important;
            }
    }
}

/* Phone box */

.vls-co-lbl {
    font-size: 0.9rem;
    font-family: var(--font-heading);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--accent);
    font-weight: 400;
}

.vls-co-hrs {
    font-size: 1rem;
    color: var(--text);
}