 .menu-section {
     width: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-wrap: wrap;
     max-height: calc(100vh - 9.25rem);
     max-height: calc(100dvh - 9.25rem);
     overflow: auto;
 }

 .sub-menu {
     display: flex;
     gap: 0.8rem;
     justify-content: center;
     align-content: flex-end;
 }