/*----- Header tablet -----*/

.burger-btn {
  display: none;
}

.header-nav {
  position: initial;
  transform: none;
  width: auto;
  height: auto;
}

.navbar {
  flex-direction: row;
  gap: 32px;
}

.navbar-item a {
  font-size: 1.7rem;
}