/* CSS Document */
.card {
  border-radius: 13px;
  box-shadow: 0px 0px 22px rgba(0,0,0,0.07000000000000001);
  border-color: #EBEBEB;
  overflow: hidden;
}

.card .card-banner.banner-lg {
  height: 268px;
}

.card .card-banner {
  width: 100%;
  height: 191px;
  background-position: center center;
  background-size: cover;
}

.card .card-body {
  padding: 1.5rem;
}

.stretched-link::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}