.hero {
    height: max-content;
}

.card {
  border: none;
  transition: transform 0.2s ease;
}
.card:hover {
  transform: translateY(-5px);
}
h1 {
  font-weight: 700;
}
