.footer-link{
    color:#73767B;
    text-decoration: none;
}

.footer-link-privacy{
    color:#9A6F10;
    text-decoration: none;
    font-weight: bold;
    font-size: 5vw;
}


.footer-link:hover{
    color:#73767B;
    font-weight: bold;
    text-decoration: none;
}


.footer-section-h5 {
    font-size: 1rem;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    line-height: 1.28571429em;
    margin: calc(2rem - 0.14285714em) 0 1rem;
    font-weight: 700;
    padding: 0;

}

@media only screen and (min-width: 993px) {
    .footer-link-privacy{
        color:#9A6F10;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.2vw;
    }
}