footer {
    position: relative;
    background-color: #f9f3dd;
    margin-top: 185px;
}
footer .row {
    position: relative;
    padding: 60px 0;
    justify-content: flex-start;    
}
footer .row::before {
    content: "";
    position: absolute;
    top: -6px;
    width: 100%;
    height: 6px;
    background-color: #deb079;
}
footer .col {
    flex-basis: 25%;
    flex-grow: 1;
}
footer .col h3 {margin-bottom: 15px;}
footer .col p,
footer .col h3 {text-align: left;}
footer a {
    color: #000000;
    text-decoration: none;
    text-align: left;
}
footer .col li {margin-bottom: 15px;}
footer .c03 h3:nth-child(3) {
    margin-top: 20px;
    margin-bottom: 15px;
}