.mhg-footer {
    background-color: #000;
    color: #fff;
    padding: 60px 40px;
    font-family: Arial, sans-serif;
}

    .mhg-footer a {
        color: #ccc;
        text-decoration: none;
    }

        .mhg-footer a:hover {
            color: #fff;
        }

.footer-logos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

    .footer-logos img {
        height: 40px;
        margin: 10px;
        opacity: 0.8;
    }

.footer-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px 0;
}

.footer-col {
    flex: 1;
    min-width: 250px;
    margin-right: 30px;
}

.footer-logo {
    width: 150px;
    margin-bottom: 15px;
}

.footer-col h4 {
    margin-bottom: 15px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col li {
    margin-bottom: 8px;
}

.footer-worldwide {
    margin-top: 40px;
}

.worldwide-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

    .worldwide-grid div {
        flex: 1;
        min-width: 250px;
    }

    .worldwide-grid p {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #333;
        padding: 6px 0;
    }
