.custom-counter.wow.fadeInUp {}

.custom-cards .column-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.custom-cards .column-row .column {
  margin-bottom: 30px;
}
.custom-cards .column-row .column {
  width: 33%;
  padding: 0 15px;
  /* text-align-last: center; */
}

.custom-cards .column-row .column .column-title {
  font-size: 20px;
  font-weight: 700;
  background: rgb(56 116 211);
  color: #fff;
  padding: 20px;
}
.custom-cards .column-row .column * {
    text-decoration: none;
}
.custom-cards .column-row .column .img {
    padding-bottom: 55.6%;
    position: relative;
}

.custom-cards .column-row .column .img img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    height: 100% !important;!i;!;
    width: 100%;
}
@media(max-width:767px){
  .custom-cards .column-row .column {
    margin-bottom: 30px;
    padding: 0 15px;
    width: 100%;
  }

}