.html-post .e-lista-beneficios {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
.html-post .e-lista-beneficios li {
  line-height: 1.6;
}
.html-post .e-caja-destacada {
  background-color: #f8fafc;
  border-left: 4px solid #0056b3;
  padding: 1.5rem;
  border-radius: 0 8px 8px 0;
  margin: 2.5rem 0;
}
.html-post .e-caja-destacada p {
  margin: 0;
  color: #0f172a;
}