@charset "UTF-8";
/* CSS Document */

.page-name > h3 {
    border-bottom: 1px solid #eee;
    display: block;
    padding: 28px 0 20px;
}

@media all and (min-width: 951px) {
footer.columns .column {
    float: right;
    width: 21%;
    margin-left: 30px;
}
}
@media all and (max-width: 950px) and (min-width: 770px) {
footer.columns .column {
    float: right;
    width: 18%;
    margin-left: 25px;
}
}