.category-background-container {
  background: #e6e6e6;
  background-size: cover;
  height: 500px;
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: left;
}