.blockFeatured-custom-list {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
}
.blockFeatured-custom-list .blockFeatured-item {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
}
.blockFeatured-custom-list .blockFeatured-item .blockFeatured-content {
  padding-top: 12px;
  border-top: 3px solid #000000;
}
.blockFeatured-custom-list .blockFeatured-item .blockFeatured-content .contentTitle {
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}
.blockFeatured-custom-list .blockFeatured-item .blockFeatured-content .contentPlainText {
  font-size: 15px;
}

@media (min-width: 768px) {
  .blockFeatured-custom-list .blockFeatured-item {
    width: 100%;
  }
  .blockFeatured-custom-list.cols-2 .blockFeatured-item {
    width: 50%;
  }
  .blockFeatured-custom-list.cols-3 .blockFeatured-item {
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .blockFeatured-custom-list .blockFeatured-item {
    width: 100%;
  }
}/*# sourceMappingURL=custom.css.map */