body .card:after {
  display: none;
}

/* stresh link all over the card */
body .card a.read-more {
  position: static;
  bottom: 0;
}
body .card a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}