#footer {
    background-color: #2d3436;
    color: #E7E7E8;
    text-align: center;
   
}


.footerBox ul {
    list-style-type: none;
    padding-left:0;
}

.footerBox {
    display: inline-table;
    width: 30%;
    padding: 20px;
}

.footerBoxTitle {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #58585A;
    margin-bottom: 10px;
    width: 80%;
    text-align: left;
}

.footerBoxContent {
    text-align: left;
    width: 80%;
        
}

.footerBoxContent a {
    color: #E7E7E8;
}


@media screen and (max-width: 530px) { /* Specific to this particular image */


.footerBox {
    display: inline-table;
    width: 80%;
    padding: 20px;
}
}