.posts-grid {
  border-top: 1px #f0f4fb solid;
}

.post-card {
  border-bottom: 1px solid #f0f4fb;
  border-right: 1px solid #f0f4fb;
  padding: 20px 20px 49px 20px;
}
@media screen and (max-width: 414px) {
  .post-card {
    padding: 20px 20px 20px 20px;
  }
}
.post-card__text {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  color: #244873;
  padding-left: 20px;
  padding-right: 20px;
}
.post-card__photo {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.post-card__photo--pic {
  width: 100%;
}
.post-card__data {
  position: absolute;
  bottom: 0;
  left: 0%;
  background: white;
  text-align: center;
}
.post-card__data--text {
  font-family: Noto Sans Display;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  color: #00c38d;
  padding: 15px 38px 1px 20px;
}
