.ksep-infocus-card {
  font-size: larger;
  font-weight: 700;
  max-width: 480px;
  position: relative;
  padding: 4em 12px;
}

.ksep-infocus-card-img {
  width: 100%;
}

.ksep-infocus-title {
  background: white;
  border-top: #C5C5C6 1px solid;
  line-height: 1.5em;
  height: 7em;
  padding: 2em 1em;
  overflow: hidden;
}

.ksep-infocus-override-box {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}

@media (min-width: 992px) and (max-width: 1259px) {
  .ksep-infocus-title {
    height: 8.5em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ksep-infocus-card {
    font-size: medium;
  }
  .ksep-infocus-title {
    height: 8.5em;
  }
}
@media (max-width: 767px) {
  .ksep-infocus-card {
    padding-top: 2em;
    padding-bottom: 0;
    margin: 0 auto !important;
  }
  .ksep-infocus-card:last-child {
    padding-bottom: 2em;
  }
}

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