.panel-bg { background: #f7f7f7; }

.panel-heading { text-align: center; }

.feature-links-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; padding-bottom: 50px; }

.feature-links-container .feature-link { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-preferred-size: 100%; flex-basis: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 30px 0; padding: 0 30px; }

.feature-links-container .feature-link .icon { margin-bottom: 30px; }

@media (min-width: 768px) { .feature-links-container { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-bottom: 100px; }
  .feature-links-container .feature-link { -ms-flex-preferred-size: 50%; flex-basis: 50%; } }

@media (min-width: 992px) { .feature-links-container .feature-link { -ms-flex-preferred-size: 25%; flex-basis: 25%; } }
/*# sourceMappingURL=elementfeaturelinkspanel.css.map */