.cookies {
  display: none !important;
}

.legal__navbar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 24px;
  margin-bottom: 3.5rem;
}

.legal__item.item--current {
  font-weight: bold;
}

.legal__spacer {
  display: block;
  height: .625rem;
}

.privacy-policy__content,
.cookie-policy__content,
.terms-of-use__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.privacy-policy__title,
.cookie-policy__title,
.terms-of-use__title{
  margin-bottom: .625rem;
}

.privacy-policy__list {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 479px) {
  .legal__navbar {
    gap: 10px;
    width: 100%;
  }
}