.cat-img {
  width: 100%; height: 180px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.cat-img:hover {
  background-size: 130%;
}
.card-title {
  font-size: 1.15rem;
}

