.sidebar .BlogList_wrap.grid {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-left: calc(-12.5px);
  margin-right: calc(-12.5px);
}

.sidebar .pp-post-wrap.pp-grid-item-wrap {
  margin-left: 0px;
  transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  padding-left: calc(12.5px);
  padding-right: calc(12.5px);
  margin-bottom: 25px;
}

.sidebar .pp-post-wrap.pp-grid-item-wrap {
  width: 33.3333%;
  float: left;
  clear: left;
}

.sidebar .pp-post.pp-grid-item {
  position: relative;
  height: 100%;
  border-radius: 0px;
}

.sidebar .pp-post-content.pp-content-always {
  position: relative;
  text-align: left;
  height: 300px;
}

.sidebar .pp-post-thumbnail {
  /*position: absolute;
  inset: 0px;*/
  margin-bottom: 20px;
}

.pp-post{
    background-color: #1F3D5200;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FF8C00;
    padding: 6px 6px 6px 6px;
}

.pp-post-title a{
  color: #1f3d52;
  font-size: 18px;
}

.sidebar .pp-post-thumbnail-wrap {
  height: 100%;
}

.sidebar .pp-post-thumbnail-wrap a {
  box-shadow: none;
  text-decoration: none;
  display: block;
  height: 100%;
}

.sidebar .pp-post-thumbnail-wrap a img {
  max-width: 100%;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  transition: all 0.25s linear 0s;
  object-fit: cover;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.sidebar .pp-post-thumbnail-wrap a:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 1;
}

.sidebar .pp-image-overlay {
  position: absolute;
  inset: 0px;
}
.sidebar .pp-post-thumb-content-wrap {
  position: absolute;
  inset: 0px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: end;
  justify-content: flex-end;
  justify-content: flex-end;
}

.sidebar .pp-post-thumb-content {
  background-color: rgba(31, 61, 82, 0.67);
  padding: 20px;
}

.sidebar .pp-post-terms-wrap {
  margin-bottom: 10px;
}

.sidebar span.pp-post-terms {
  transition: all 0.25s linear 0s;
  display: inline-block;
  background-color: #FF8C00;
}

.sidebar .pp-post-thumb-content-wrap h2 {
  color: rgb(255, 255, 255);
  font-family: Kumbh Sans, Sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.sidebar .pp-post-meta {
  color: rgb(255, 255, 255);
  font-family: apertura, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1024px) and (min-width: 766px){
  .sidebar .pp-post-wrap.pp-grid-item-wrap {
    width: 50%;
    float: left;
  }
  .sidebar .BlogList_wrap.grid {
    margin-left: -10px;
    margin-right: -10px;
  }

}


@media(max-width:767px){
  .sidebar .pp-post-wrap.pp-grid-item-wrap {
    width: 100%;
  }
  .sidebar .BlogList_wrap.grid {
    margin-left: -10px;
    margin-right: -10px;
  }


}