.card-body {
  padding: 24px 0;
}
.card-body h4 {
  font-size: 22px;
  font-weight: 400;
  line-height: 35px;
  color: #222;
  font-family: "Gotham Narrow Medium", sans-serif;
  margin-bottom: 12px;
}
.card-body p.card-text {
  color: rgba(34, 34, 34, 0.7);
  max-width: 419px;
  font-family: "Gotham Narrow Book", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  margin: 0;
  min-height: 78px;
  word-break: break-word;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*# sourceMappingURL=card.css.map */
