.ai-use-cases .product-card {
  min-height: 0;
}

.page-hero .btn.test-drive {
  background: var(--green);
  color: #071006;
}

.page-hero .btn.test-drive:hover {
  background: #b4ff91;
}

.ai-use-cases .card-copy {
  min-height: 300px;
  justify-content: flex-start;
}

.ai-use-cases .card-copy h3 {
  margin-top: 14px;
}

@media (max-width: 720px) {
  .ai-use-cases .card-copy {
    min-height: 0;
  }
}
