aside {
    background: var(--borg-main);
}

.box-nav {
    gap: 30px;
}

@media screen and (max-width: 768px) {
    .box-nav {
        gap: 30px;
        display: flex;
        flex-direction: row !important;
        justify-content: center;
        align-items: center;
        margin-bottom: 0 !important;
    }
}