/* DEPLOYMENT_REQUIREMENTS_CARD_SPACING_START */
.system-requirements-download > .cards > .bento-card > .tag + h3 {
  margin-top: clamp(22px, 2.2vw, 30px);
}

.system-requirements-download > .cards > .bento-card > .feature-list + .actions {
  margin-top: clamp(30px, 3vw, 44px);
}

@media (max-width: 760px) {
  .system-requirements-download > .cards > .bento-card > .tag + h3 {
    margin-top: 18px;
  }

  .system-requirements-download > .cards > .bento-card > .feature-list + .actions {
    margin-top: 26px;
  }
}
/* DEPLOYMENT_REQUIREMENTS_CARD_SPACING_END */
