.mobile-navbar {
    width: 100%;
    display: flex;
    flex-direction: row;
    background-color: white;
    justify-content: space-between;
}

.hide {
    display: none!important;
}

.button-arrows{
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-arrows .previous i{
    color: var(--unnamed-color-d52b1e);
    font-size: 22px;
}

.button-arrows .next i{
    color: var(--unnamed-color-d52b1e);
    font-size: 22px;
}

.items{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.menu-option{
    margin: 0 1vw;
    font: normal normal normal 3.5vw SuzukiPROHeadline;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-option a{
    color: var(--unnamed-color-0b2533);
}



