.home-main .home-services {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    line-height: 1.5;
}

.home-main .home-services li {
    margin: 0;
    white-space: nowrap;
}

.home-main .home-services li:not(:last-child)::after {
    content: "|";
    margin: 0 4px;
}

.home-main .home-services a,
.home-main .home-services a:hover,
.home-main .home-services a:focus {
    color: inherit;
    text-decoration: none;
    font-weight: inherit;
}

.home-main .home-services a:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}
