.catGrid button {
  min-height: 285px;
  overflow: hidden;
  padding: 0 0 20px;
}

.catGrid .catImage {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  border-bottom: 1px solid #246a95;
  display: block;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.catGrid button:hover .catImage {
  filter: saturate(1.12) brightness(1.08);
  transform: scale(1.04);
}

.catGrid b,
.catGrid small {
  margin-left: 18px;
  margin-right: 18px;
}

.catGrid b {
  margin-top: 16px;
}
