@media (max-width: 800px) {
  .featured-card,
  .featured-card:first-child {
    min-height: 285px;
    padding: 27px;
  }

  .featured-card h3 {
    font-size: 25px;
  }

  .featured-card p {
    line-height: 1.65;
  }
}
