footer {
    background-color: #252B2C;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden;
}

.footer-mobile .logo-footer {
    margin-bottom: 20px;
}

.footer-mobile .relevant-links {
    display: flex;
    flex-direction: column;
    gap: 1.05rem;
}

.footer-mobile .relevant-links-desktop {
    text-decoration: none;
}

.footer-mobile .relevant-links-desktop a {
    color: var(--white);
}

.footer-mobile .relevant-links-desktop i {
    color: var(--neutral400);
}

.footer-mobile .relevant-links li a {
    color: var(--white);
    text-decoration: none;
}

.footer-mobile button {
    background-color: var(--primary300);
}

.footer-mobile p.rights {
    font-size: 12px;
}

.btn-footer-network {
    background-color: var(--primary300);
    color: var(--black);
    border-radius: 8px;
}