/* Tablet devices: 768px - 1024px (both portrait and landscape) */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    #menuList {
        display: none;
    }

    .hemburger {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: end;
        align-items: center;
        cursor: pointer;
    }
}