.card {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
}
.card-body {
  padding: min(10%, 3rem);
}
.card-title {
  font-size: 18px;
  font-family: "Noto Serif", serif;
  letter-spacing: 0.035rem;
  line-height: 1.2;
  margin-block: 0 0.75rem;
  padding-bottom: 0.25rem;
  border-bottom: #eee 3px solid;
  display: inline-block;
}
@media (min-width: 992px) {
  .card-title {
    font-size: 21px;
  }
}
.card-text > *:first-child {
  margin-top: 0;
}