body {
  background: #ffffff !important;
}

.twoCardCat img {
  border-radius: 5px;
  object-fit: cover;
  height: 280px;
}

/* Mobile */
@media (max-width: 576px) {
  .twoCardCat img {
    height: 150px;
  }
}

.fourcardCat img {
  border-radius: 1px;
  object-fit: cover;
  height: 200px;
}


/* Mobile */
@media (max-width: 576px) {
  .fourcardCat img {
    height: 200px !important;
  }
}

.threeCardCat img {
  border-radius: 5px;
  object-fit: cover;
  height: 150px;
}
















