﻿.page-footer {
    background: #004A98;
    color: white !important;
    padding: 20px 0 0px;
    font-size: 14px;
}

    .page-footer .title-footer-text {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .page-footer ul {
        margin: 0;
        padding: 0;
    }

        .page-footer ul li {
            margin-bottom: 3px;
        }

    .page-footer a {
        color: white !important;
    }

.page-footer-footer {
    background-color: #212529;
    padding: 8px 0;
    font-size: 12px;
}

.footer-text {
    color: #bfbfbf !important;
    text-decoration: none;
}

    .footer-text:hover {
        text-decoration: underline;
    }

@media (max-width: 768px) {
    .page-footer .col-12 {
        margin-bottom: 10px;
    }
}