/*************************************************************************************************************** Dear Dev Pros, Only add non-renderable SASS in this file (no CSS selectors), otherwise any CSS will be rendered into any file that includes this one (spoiler alert: most files include this file) */
.ElementIconCardStack .icon-card { max-width: 340px; min-height: 230px; }

.ElementIconCardStack .icon-card-icon { width: auto; height: 80px; }

@media (min-width: 768px) { .ElementIconCardStack .icon-card { max-width: none; min-height: 260px; }
  .ElementIconCardStack .icon-card-icon { height: 90px; } }

@media (min-width: 1200px) { .ElementIconCardStack .icon-card { min-height: 380px; }
  .ElementIconCardStack .icon-card-icon { height: 100px; } }
/*# sourceMappingURL=elementiconcardstack.css.map */