.card-image {
  max-width: 280px;
}
.card-image img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}
.card-body {
  display: flex;
  min-height: 200px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border: 1px solid rgba(0, 0, 0, 0.075);
  margin-bottom: 25px;
}
.card-content {
  color: black;
}
.card-content h5 {
  font-size: 20px;
  margin-bottom: 35px;
}
.card-content p {
  font-size: 14px;
  line-height: normal;
}
