.top-menu__list {
    padding-left: 0;
    list-style: none;
}

.top-menu__item {
    display: inline-block;
    margin-right: 20px;
}

.top-menu__item:last-child {
    margin-right: 0;
}

.top-menu__link {
    font-weight: 500;
    font-size: 0.8125rem;
    color: #cde4e4;
    transition: 0.5s;
    text-decoration: none;
}

.top-menu__link:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #cde4e4;
}