.footer-menu-template {
    display: block;
    width: 100%;
}

.footer-menu-items {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
    margin: -20px;
}

.footer-menu-item-container {
    /*width: 33.33%;*/
    padding: 20px;
}

.footer-menu-item {
    display: flex;
    /*margin-bottom: 10px;*/
    align-items: center;
    justify-content: space-between;
}

.footer-menu-item-icon {
    transition: .4s all;
}

.footer-menu-item-container[data-expand="true"] .footer-menu-item-icon {
    transform: rotateZ(180deg);
}

.footer-menu-link {
    display: inline-block;
    font-family: PT Sans Narrow, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none;
    transition: .4s all;
}

.footer-menu-submenu-link {
    display: inline-block;
    font-size: 13px!important;
    letter-spacing: 0;
    line-height: 20px;
    color: #4c4c4c;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 992px) {
    .footer-menu-item-container {
        width: 50%;
    }
}

@media (min-width: 769px) {
    .footer-menu-item-icon {
        display: none;
    }
}

@media (max-width: 798px) {
    .footer-menu-items {
        margin: 0;
        flex-wrap: wrap;
    }

    .footer-menu-item-container {
        width: 100%;
        padding: 10px;
        border-bottom: 1px solid #4c4c4c;
    }

    /*.footer-menu-item {*/
    /*    margin-top: 12px;*/
    /*    margin-bottom: 12px;*/
    /*}*/

    .footer-menu-submenu {
        display: none;
    }
}
#footer-menu-template .footer-menu-item h6{
    line-height: 18px;
    white-space: nowrap;
}
#footer-menu-template .footer-menu-submenu-link {
    vertical-align: top;
}