.footer {
    background-color: #F5EBEB !important;
    /* background-color: #f8a9a9 !important;  */
    color: #333 !important;
}

.footer h6 {
    font-weight: bold !important;
    text-transform: uppercase !important;
    margin-bottom: 10px !important;
}

.footer-link {
    color: #333 !important;
    text-decoration: none !important;
}

.footer-link:hover {
    text-decoration: underline !important;
}


