/*----- desktop -----*/

.desktop-navigation-footer {
    display: flex;
}

.desktop-navigation-footer a {
    color: #333333;
    margin-left: 20px;
    text-decoration: none;
    font-weight: bold;
}

.desktop-navigation-footer a:first-child {
    margin-left: 0;
}

.desktop-navigation-footer a:hover {
    color: #EC008C;
}