.footer .container{
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 0;
}

.footer .footer-bottom-menu li a{
    color:#666666 !important; 
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.footer .footer-bottom-menu li a:hover{
    background: none;
    color: #666666;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}




.footer .footer-bottom-menu{
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    color: #666666;
    width: 100%;
    max-width: 331px;
    margin: 30px 29px 0;
}
.footer .footer-bottom.hidden-print{
    padding: 0;
    margin: 0;
}

footer .footer-bottom{
    min-height: 81px;
    background-color: white;
    color: none;
    
}
