.stellar-feature-hero img {
  display: block;
  height: clamp(220px, 34vw, 480px);
  object-fit: cover;
  object-position: center;
}
.stellar-feature-body {
  max-width: 800px;
  padding: 32px 24px 56px;
}
.stellar-feature-copy { text-align: center; line-height: 1.65; }
.stellar-feature-copy .stellar-feature-divider {
  border-bottom: 2px dotted #888;
  padding-bottom: 24px;
  margin-bottom: 30px;
}
.stellar-feature-copy .wp-block-image img { border-radius: 16px; }
.stellar-feature-copy .stellar-thanks-cards { gap: 20px; margin: 32px 0 40px; }
.stellar-feature-copy .stellar-thanks-card {
  border-radius: 16px;
  padding: 30px;
  height: 100%;
  color: #fff;
}
.stellar-feature-copy .stellar-thanks-card h3 {
  color: inherit;
  border-bottom: 2px dotted rgba(255,255,255,.8);
  padding-bottom: 20px;
  margin-bottom: 18px;
}
.stellar-feature-copy .stellar-thanks-card p:last-child { margin-bottom: 0; }
.stellar-feature-copy .stellar-thanks-partners { background-color: #303639; }
@media (max-width: 781px) {
  .stellar-feature-copy .stellar-thanks-cards { flex-direction: column; }
}
