@media screen and (max-width: 920px)  {

/* -----------------------------------------------------------------
    SECTIONS
----------------------------------------------------------------- */

section.short {
      padding: 3rem 3rem;
}

section.long {
      padding: 3rem 1rem;
}

/* -----------------------------------------------------------------
    INFO BAR (HOME)
----------------------------------------------------------------- */

.info-bar--wrapper {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

/* -----------------------------------------------------------------
    MENU
----------------------------------------------------------------- */

#menu-boxes,
.mobile-menu a {
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
}
.menu-wrapper {
    top: 0;
    z-index: 2;
}
#myNav {
    display: block;
}
.mobile-menu-button {
    display: block;
    width: 2em;
    height: auto;
    font-size: 2.2rem;
    position: absolute;
    right: 0.6em;
    top: 0.4em;
    text-align: right;
    color: #ED1B33;
}
#menu-boxes,
.menu {
    text-align: center;
    display: block;
    background: none;
}
.menu-wrapper {
    width: 100%;
    height: 70px;
    padding: 1rem;
}
.logo {
    width: 120px;
    height: auto;
}
.menu {
    float: none;
    justify-content: none;
    padding: 0;
    margin-top: 0;
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(101, 122, 106, 0.95);
    overflow-x: hidden;
    transition: 0.5s;
}
.closebtn {
    display: block;
    position: absolute;
    top: -8px;
    right: 20px;
    font-size: 60px;
    text-decoration: none;
    color: #fff;
}
.mobile-menu a {
    padding: 0.5em;
    font-size: 120%;
    color: #000;
    display: block;
}
#menu-boxes {
    width: auto;
    height: auto;
    line-height: 2rem;
    margin-right: 0;
    padding: 0.8em;
    font-size: 1.6rem;
    color: #fff;
    background-image: none;
}
#menu-boxes::after {
    content: none;
}
#menu-boxes:nth-child(2) {
    margin-top: 4em;
}
#menu-boxes:nth-child(9),
#menu-desktop-boxes:nth-child(9)::after {
    padding-right: 1.2em;
    padding-top: 0.5em;
}

} /* END */