﻿.container-fluid {
    max-width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
}

.social-icons a {
    margin: 0 18px;
}

.footer-cert-logos img {
    margin-right: 20px !important;
    margin-bottom: 12px !important;
}

.footer-cert-logos img:last-child {
    margin-right: 0;
}

.footer-legal-links {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 1rem;
    color: #3ca2e0;
    font-weight: 500;
}

.footer-legal-links a {
    color: #3ca2e0;
    text-decoration: none;
}

.footer-legal-links a:hover {
    text-decoration: underline;
}

.footer-legal-links span {
    color: #3ca2e0;
}

@media (max-width: 768px) {
    .footer-legal-links {
        justify-content: center !important;
    }
}

@media (max-width: 994px) {
    .responsive-footer {
        text-align: center;
    }

        .responsive-footer h5,
        .responsive-footer h6,
        .responsive-footer p,
        .responsive-footer ul,
        .responsive-footer .footer-legal-links {
            text-align: center !important;
            justify-content: center !important;
        }

        .responsive-footer .social-icons {
            justify-content: center !important;
        }

        .responsive-footer ul {
            padding-left: 0;
        }
}


