.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;
  padding-bottom: 12px;
  border-bottom: 3px solid #000000;
}
.blockFeatured-custom-list .blockFeatured-item .blockFeatured-content .contentTitle {
  border-bottom: 3px solid #000000;
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}
.blockFeatured-custom-list .blockFeatured-item .blockFeatured-content .contentPlainText {
  font-size: 15px;
}
.blockFeatured-custom-list .blockFeatured-item .blockFeatured-content .contentStyledText {
  margin-top: 20px;
}

@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-eventos.css.map */