﻿#footerdesknav.row {
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin-left: 0px;
}
.list_menu {
    width: 365px;
}

.list_menu ul {
    display: grid;
    grid-template-columns: 1fr; 
    gap: 8px; 
    padding-left: 0; 
    list-style: none; 
}

.list_menu > span{
    display: block;
    margin-bottom: 15px;
}

#footer_menu {
    width: 1185px;
}

.horizontal-line {
    height: 1px;
    background-color: #f2f2f2;
    margin-bottom:50px;
}