footer {padding: 0 !important;width: 100% !important;}
footer div {padding: 30px 40px;background: #f6f5f4;letter-spacing: -.5em;}
footer span {display: inline-block; width: calc(100% / 3);vertical-align: top;letter-spacing: 0;}
footer h4 {margin: 0 0 10px;font-size: 16px;line-height: 1em;color: #3c6478;font-weight: 400;}
footer ul{padding: 0px; letter-spacing: -0.5em;}
footer ul li {display:inline-block;width: 50%;letter-spacing: 0;}
footer ul li a {position: relative;display: block;padding: 0 10px 0 15px;overflow: hidden;font-size: 14px;line-height: 1.5em;text-overflow: ellipsis;}
footer ul li a:after {position: absolute;top: 50%;left: 0;display: block;margin: -3px 0 0;content: "";border-top: 1px solid #dcd7d2;
border-right: 1px solid #dcd7d2;transform: rotate(45deg);-webkit-transform: rotate(45deg);width: 6px;height: 6px;}
footer h5 {font-size: 14px;line-height: 1em;color: #fff !important;font-weight: 400; background-color: #AF0016;font-family: serif;margin: 0;padding: 20px 0;}
footer span.footer-logo img{width: 250px;display: block;margin-top: 30px;margin-left: auto;margin-right: 0;}

@media screen and (max-width:768px){
    footer span{display: block;width: auto;}
    footer span.footer-logo img{width: 140px;}
}