body {
  background-color: #f2f2f7 !important;
}

.text-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 576px) {
  .post-img {
    height: 240px !important;
    width: 100% !important;
    object-fit: cover !important;
  }
}
@media (min-width: 767px) {
  .post-img {
    height: 340px !important;
    width: 100% !important;
    object-fit: cover !important;
  }
}
@media (min-width: 992px) {
  .post-img {
    height: 440px !important;
    width: 100% !important;
    object-fit: cover !important;
  }
}/*# sourceMappingURL=style.css.map */