#app {
  margin-bottom: 25px;
}
.postepi {
  padding: 0 6px;
  display: inline-flex;
  width: 24.99999%;
}
.postepi-title {
  font-size: 18px !important;
  font-family: "Bree Serif", serif !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  color: #161616;
  padding-top: 10px;
}
.postepi-title a {
  color: #161616;
  text-decoration: none;
}
.postepi-title a:hover {
  color: #707070;
}
div.gallery {
  border: 1px solid rgb(255, 255, 255);
}
div.gallery:hover {
  border: 1px solid rgb(150, 150, 150);
}
div.gallery img {
  width: 100%;
  height: auto;
}
.entry-meta {
  overflow: hidden;
  line-height: 1;
}
div.desc {
  padding: 15px;
  text-align: center;
}
.news-container {
  background-color: #effdff;
  padding: 16px;
  margin-bottom: 32px;
}

* {
  box-sizing: border-box;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 700px) {
  .postepi {
    width: 49.99999%;
  }
}
