/* Remove card height limit globally */
.service-card {
  max-height: none !important;
  overflow: visible !important;
}

.service-card iframe {
  height: 800px !important; /* or your desired height */
}
