footer {
    background-color: #F6F6F6;
}

.footer-container {
    background-color: #F6F6F6;
    
    h6{
        margin-bottom:8px !Important;
    }
    
    .footer-list-column{
        margin-bottom:24px;
    }
    
    .list-group-item {
        background-color: #F6F6F6;
        border: none;
        padding-left: 0px;
        color: #000000;
        padding:4px 0px;
    }
    a {
        color: #000000;
    }
    a:hover {
        color: #ED1C24;
    }
}