








.footer-menu-flex {
    /*display: flex;*/
    /*flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;*/
}
.footer-menu-title {
    font-size: 13px;
    font-weight: bold;
    color: #fff !important;
    text-transform: uppercase;
}
.footer-menu-flex a {
    color: #fff;
}
.footer-menu-flex ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 15px;
}
/*.footer-menu-flex ul li a {
    display: inline-block;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}*/