.excerpt-callout {
  background-color: #f2f2f2;
  margin-bottom: 2rem;
  padding: 20px 30px;
  border-left: 4px solid #ee243c;
  border-radius: 3px;
}

/* Remove bottom margin from last paragraph */
.excerpt-callout p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
