/* Prevent menu from switching too early */
@media screen and (min-width: 768px) and (max-width: 1199px) {

  .t-menu__container {
      display: flex !important;
      justify-content: center !important;
  }

  .t-menu__list {
      display: flex !important;
      flex-direction: row !important;
      gap: 20px;
  }

  .t-menu__burger {
      display: none !important;
  }

}