.highlight.highlight-3-cards .card {
  width: 31%;
}

@media (max-width: 768px) {
  .highlight.highlight-3-cards .card {
    width: 100%;
  }
}
