.categoryBox {
  display: block;
  background-color: #ccc;
  position: relative;
  width: 252px;
  height: 320px;
}
@media (max-width: 1024px) {
  .categoryBox {
    width: 204px;
    height: 256px;
  }
}
.categoryBox img {
  position: absolute;
  object-fit: cover;
  filter: brightness(80%);
  width: 100%;
  height: 100%;
}
.categoryBox div.cb-text-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.categoryBox div.cb-text-cont h4.cb-name {
  padding: 0;
  margin: 12px 24px 8px 24px;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: white;
}
.categoryBox div.cb-text-cont p.cb-second-line {
  font-weight: 400;
  font-size: 16px;
  color: white;
  margin: 8px 24px 24px 24px;
}
