.post_box__wrapper {
  margin-bottom: 35px;
}
@media all and (min-width: 1024px) {
  .post_box__wrapper {
    margin-bottom: 45px;
  }
}
.post_box__thumb {
  height: 140px;
}
@media all and (min-width: 1024px) {
  .post_box__thumb {
    height: 90px;
  }
}
.post_box__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.post_box__titles {
  margin: 24px 0 18px;
}
.post_box__titles h3 {
  font-size: 28px;
  line-height: 1.2;
}
@media all and (min-width: 1024px) {
  .post_box__titles h3 {
    font-size: 32px;
  }
}
.post_box__titles h4 {
  font-size: 16px;
  line-height: 1.2;
}
@media all and (min-width: 1024px) {
  .post_box__titles h4 {
    font-size: 18px;
  }
}
.post_box__excerpt {
  line-height: 1.3;
}

/*# sourceMappingURL=post_box.css.map */
