.isch-feature-panel {
  background: #fff;
}
.isch-feature-panel .isch-feature-panel-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 210px;
  padding: 15px 15px 30px 15px;
  background: #ef0000;
  position: relative;
}
@media (min-width: 768px) {
  .isch-feature-panel .isch-feature-panel-header {
    padding: 30px;
  }
}
.isch-feature-panel .isch-feature-panel-header img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.isch-feature-panel .isch-feature-panel-header h2 {
  position: relative;
  margin: 0;
}
.isch-feature-panel .isch-feature-panel-body {
  padding: 15px;
}
@media (min-width: 768px) {
  .isch-feature-panel .isch-feature-panel-body {
    padding: 30px;
  }
}
.isch-feature-panel .isch-feature-panel-footer {
  padding: 0 15px 15px 15px;
}
@media (min-width: 768px) {
  .isch-feature-panel .isch-feature-panel-footer {
    padding: 0 30px 30px 30px;
  }
}

/*# sourceMappingURL=feature_panel.css.map */
