.guides_navigation__item {
  display: flex;
  padding: 1.5rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 10rem;
  border-bottom: 0.1rem solid #dfe5ea;
  border-right: 0.1rem solid #dfe5ea;
  font-weight: 600;
  cursor: pointer;
}

.guides_navigation__item svg {
  cursor: pointer;
}

.guides_navigation__item:hover,
.guides_navigation__item:hover svg {
  color: #fa7009;
  fill: #fa7009;
}
@media (max-width: 37.45em) {
  .guides_navigation__item:nth-child(-n + 2) {
    border-top: 0.1rem solid #dfe5ea;
  }

  .guides_navigation__item:nth-child(2n + 1) {
    border-left: 0.1rem solid #dfe5ea;
  }
}
@media (min-width: 37.5em) and (max-width: 59.95em) {
  .guides_navigation__item:nth-child(-n + 3) {
    border-top: 0.1rem solid #dfe5ea;
  }

  .guides_navigation__item:nth-child(3n + 1) {
    border-left: 0.1rem solid #dfe5ea;
  }
}
@media (min-width: 60em) and (max-width: 79.95em) {
  .guides_navigation__item:nth-child(-n + 4) {
    border-top: 0.1rem solid #dfe5ea;
  }

  .guides_navigation__item:nth-child(4n + 1) {
    border-left: 0.1rem solid #dfe5ea;
  }
}
@media (min-width: 80em) {
  .guides_navigation__item:nth-child(-n + 6) {
    border-top: 0.1rem solid #dfe5ea;
  }

  .guides_navigation__item:nth-child(6n + 1) {
    border-left: 0.1rem solid #dfe5ea;
  }
}


/*# sourceMappingURL=/sourcemaps/CitiesPageLayoutLazy-ccb0b89243d45e9d6359.bundle.css.map*/