/* MOBILE */

.mobile-footer {
    display: none;
}

@media (max-width: 830px) {
    .mobile-footer {
        display: block;
    }
}

.footer-container-mobile {
    margin: 32px 40px;
    font-size: 12px;
}

.footer-top-text-portal {
    text-align: center;
}

.footer-bottom-text-portal {
    text-align: center;
}

.footer-bottom-text-portal p:last-child {
    margin: 0 0 0 0;
}
