.featured-card {
  margin-top: -20px; /* Moves the card up */
  z-index: 2;        /* Keeps it above the others */
  position: relative;
}


