.summary-card {
  background-image: linear-gradient(to bottom, transparent 51%, #f7f7f8 49%);
}

@media only screen and (max-width: 768px) {
  .summary-card {
    background-image: linear-gradient(to bottom, transparent 30%, #f7f7f8 30%);
  }
}

.description h1 {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 0.75rem;
  margin-top: 1.25em;
}

.description h2 {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 0.75rem;
  margin-top: 1.25em;
}

.description h3 {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 0.75rem;
  margin-top: 1.25em;
}

.description p {
  font-size: 1em;
  margin-bottom: 0.75rem;
  margin-top: 1.25em;
}

.description ul {
  font-size: 1em;
  list-style: disc;
  margin-bottom: 2.5em;
  margin-left: 1.5em;
  margin-top: 1.25em;
}

.description li {
  margin-top: 0.25em;
}
