section .section-top {
  max-width: 679px;
}
section .section-top .contentStyledText > *:last-child {
  margin-bottom: 0;
}
section .section-bot {
  position: relative;
}
section .section-bot .section-cont {
  position: relative;
  z-index: 1;
}
section .section-bot:before {
  content: "";
  width: 100%;
  height: 30%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #023331;
}
@media (min-width: 1440px) {
  section .section-cont {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  section .section-cont .blockFeatured-txt .contentTitle {
    margin-bottom: 24px;
  }
  section .section-cont .blockFeatured-txt .contentStyledText {
    font-weight: 300;
  }
}
@media (min-width: 1024px) {
  section {
    margin-bottom: 120px;
  }
  section .section-top {
    margin-bottom: 40px;
  }
  section .section-cont {
    padding-top: 60px;
  }
}
@media (max-width: 1023px) {
  section {
    margin-bottom: 80px;
  }
  section .section-top {
    margin-bottom: 40px;
  }
  section .section-cont {
    padding-top: 40px;
  }
  section .blockFeaturedCard-type1-item .blockFeaturedCard-content .blockFeaturedCard-picture .img-principal {
    height: 334px;
  }
}/*# sourceMappingURL=casos-exito.css.map */