.footer__4column {
    float: left;
    width: 20%;
    margin-left: 3%;
}
.footer__4colum:first-child {
    margin: 0;
}
@media screen and (max-width: 660px) {
    .footer__4column {
        float: none;
        width: auto;
        margin: 0 0 2em 0;
        border-bottom: 1px solid #fff;
        padding-bottom: 1em;
    }
}
.footer__4column > div {
    color: #ffffff!important;
}
.footer__4column > div > p {
    color: #ffffff!important;
}
.footer__4column > div > p > a{
    color: #ffffff!important;
    text-decoration: none;
}
.footer__4column > div > p > a:hover {
    text-decoration: underline;
}
