.hover-cards ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.hover-cards ul li {
  margin-bottom: 30px;
  width: 100%;
}

.hover-cards .card-link:hover h3, .hover-cards .card-link:hover .card-subtitle, .hover-cards .card-link:hover .card-details p,
.hover-cards .card-link:focus h3, .hover-cards .card-link:focus .card-subtitle, .hover-cards .card-link:focus .card-details p {
  color: #fff !important;
} 

.hover-cards .card-image {
  height: 250px;
  width: 100%;
}

.hover-cards h3.card-title {
  font-size: 30px !important;
  font-weight: 700 !important;
  border-bottom: none !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: 15px !important;
  text-transform: none;
}

.hover-cards h3.card-title a {
  text-decoration: none !important;
  font-weight: 500 !important;
}

.hover-cards .card-subtitle {
  color: #756E65;
  margin-bottom: 15px !important;
}

.hover-cards .card-details {
  height: auto;
}

.hover-cards .card-details p {
  color: #000 !important;
  margin-top: 0px;
}

@media (min-width: 992px) {
  .hover-cards ul li {
    width: 33%;
    padding-right: 30px;
    margin-bottom: 0;
  }

  .hover-cards ul li:last-of-type {
    padding-right: 0px;
  }
}