.footer-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0px;
}

.footer-menu-item {
    color: #ccc;
    padding: 8px 0;
}

.footer-menu-link {
    color: #ccc;
}

.footer-menu-header {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    color: #95C11E;
    padding: 20px 0;
    display: block;
}

.footer-sl-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.footer-sl i {
    color: #95C11E;
    width: 25px;
    text-align: center;
    padding: 10px;
    font-size: 26px;
    border: 1px solid #95C11E;
    border-radius: 5px;
}

.footer-text {
    color: #ccc;
    padding: 15px 0;
}


@media (min-width:1200px) {
    .footer-flex {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: baseline;
    }
}