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