
.ecz-card .ecz-card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: calc(600 / 1050 * 100%);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.ecz-card .ecz-card-img::after {
  content: attr(label);
  color: #fff;
  font-size: 25px;
  letter-spacing: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ecz-card .ecz-card-img:hover{
  cursor: pointer;
}
.ecz-card .ecz-card-body  {
  padding-bottom: 60px;
}
.ecz-card .ecz-card-body .ecz-card-title {
  font-size: 20px;
  padding-top: 30px;
  padding-bottom: 20px;
}
.ecz-card .ecz-card-body .ecz-card-title:hover{
  cursor: pointer;
}