.template-part-news {
  display: flex;
  flex-direction: column;
}
.template-part-news .post-image {
  padding-top: 74.05%;
  background-color: #2d3838;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .template-part-news .post-image {
    border-radius: 18px;
  }
}
.template-part-news .post-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.template-part-news .post-info {
  padding: 24px 12px 0;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.template-part-news .post-info .post-meta {
  display: flex;
  flex-wrap: wrap;
}
.template-part-news .post-info .post-meta .post-date {
  font-size: 0.75rem;
  line-height: 1rem;
  color: #2d3838;
  margin-right: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.template-part-news .post-info .post-meta .post-date:last-child {
  margin-right: 0;
}
.template-part-news .post-info .post-meta .post-date img {
  width: 16px;
  margin-right: 6px;
}
.template-part-news .post-info .post-meta .post-category {
  font-size: 0.75rem;
  line-height: 1rem;
  color: #2d3838;
  padding: 2px 6px;
  box-sizing: border-box;
  border-radius: 100px;
  background-color: #faf8f4;
  margin-bottom: 12px;
}
.template-part-news .post-info .post-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #2d3838;
}
@media all and (min-width: 1024px) {
  .template-part-news .post-info .post-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.template-part-news .post-info .post-title a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}
.template-part-news .post-info .post-excerpt {
  margin-top: 8px;
}
.template-part-news .post-info .post-excerpt p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #2d3838;
}/*# sourceMappingURL=post-news.css.map */