.buttonNavigationSub {
  color: white;
}

.category-logo {
  width: 70px;
  max-height: 70px;
}

.category-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.category-paragraph {
  color: white;
  text-align: center;
  padding: 15px;
}

.categories-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

.subcategory-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

@media (min-width: 1025px) {
  .category-logo {
    width: 120px;
    max-height: 120px;
  }
  .category-wrapper {
    padding-top: 20px;
  }
  .category-paragraph {
    padding: 30px 0;
  }
  p {
    font-size: 1.25rem;
  }
}

/*# sourceMappingURL=categories.css-8c2fce755ad5b2a18e2e587fe8ef611f.map */
