.specials-section {
  line-height: 1;
}

.specials-section__title {
  margin-bottom: 0;
}
.specials-section__title + * {
  margin-top: 2rem;
}

.list-unstyled {
  list-style-type: none;
  margin-left: 0;
}

.specials {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}

.special-card {
  display: inline-block;
  font-size: 1rem; /* overall size of card */
  margin-bottom: 2em;
  margin-right: 0.1em;
  min-width: 14.5em;
  width: 15%;
}
