.contenidor-posts{
  max-width: 80%;
}
.load-list {
  max-width: 96%;
}
.contenidor-posts {
  max-width: 80%;
  margin-bottom: 20px;
}
/* .contenidor-posts header {
  height: 55px;
  margin-top: 20px;
} */

.contenidor-posts a img{
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.contenidor-posts .entry-summery{
  height: 100px;
}
.contenidor-posts .post-description {
  padding-top: 10px;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .load-list {
    max-width: 100%;
    padding: 0;
  }
}