@media (min-width: 360px) {
  .category {
    height: 180px;
  }
}

@media (min-width: 768px) {
  .category {
    height: 380px;
  }
}

