.page-wrapper .page-footer {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--mc-nav-background, transparent);
    padding-bottom: 20px !important;
}

.custom-footer {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: var(--mc-nav-color, inherit) !important;
}

.custom-footer .parent-element {
   flex: 1;
}

.custom-footer .info-links ul {
    padding: 0 !important;
}

.custom-footer .info-links li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 11px;
}

.custom-footer .info-links a:not(:last-child) {
    border-right: 1px solid #dad9d6;
}

.custom-footer a {
    color: var(--mc-nav-color, inherit) !important;
}

.custom-footer .info-links a:hover {
    color: var(--mc-nav-color, inherit) !important;
}

@media only screen and (max-width: 767px) {
    .custom-footer {
        display: block;
    }

    .custom-footer div {
        width: 100%;
        margin-top: 40px;
        margin-bottom: 20px;
    }
}
