.portal-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    background: rgb(29, 29, 31);
    color: rgba(255, 255, 255, 0.56);
    padding: 1.25rem 1.5rem;
}

.portal-footer__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
    align-items: center;
    justify-content: center;
}

.portal-footer__text {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    justify-content: center;
}

.portal-footer__link {
    color: rgba(255, 255, 255, 0.56);
    text-decoration: none;
}

.portal-footer__link:hover {
    color: #fff;
}

@media (max-width: 768px) {
    .portal-footer__inner {
        flex-direction: column;
        align-items: center;
    }
}
