.post-item .post-detail {
  margin-bottom:2px
}
.post-item .post-image {
  margin-bottom:10px
}
.post-item .category {
  margin:0
}
.post-item .category a {
  text-transform:uppercase;
  font-family:"Source Sans Pro",sans-serif !important;
  font-weight:500;
  font-size:12px;
  color:#636363;
  letter-spacing:1px
}
.post-item .post-title,
.post-item h2 {
  font-size:18px;
  font-family:Merriweather;
  font-weight:500;
  line-height:1.3;
  letter-spacing:0;
  text-align:left;
  color:#000;
  margin-top:5px
}
.post-item .post-detail,
.post-item .post-detail a,
.post-item .post-detail p {
  display:inline-block;
  font-family:"Source Sans Pro" !important;
  font-size:12px;
  color:#333;
  margin-bottom:0;
  font-style:italic
}
.post-item .subtitle {
  font-family:"Source Sans Pro" !important;
  font-size:16px;
  line-height:20px;
  color:rgb(51, 51, 51);
}
.post-item .post-title:hover {
  color:#174e96
}
.block-posts .post-item {
  flex:1
}
.block-posts .post-item img {
  width:100%;
  object-fit: cover;
  aspect-ratio: 375 / 260;
}
.block-posts .post-item .category {
  font-family:"Work Sans",Helvetica,Arial,sans-serif;
  font-size:12px;
  font-weight:700;
  line-height:12px
}
.block-posts .post-item .post-title,
.block-posts .post-item h2 {
  font-family:Merriweather;
  font-size:18px;
  font-weight:500;
  line-height:21.6px;
  letter-spacing:.2px
}
.block-posts .post-item .post-detail {
  display: inline-block;
  font-weight:400;
  line-height:12px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.block-posts .post-item .subtitle {
  font-family:"Source Sans Pro" !important;
  font-size:16px;
  font-weight:400;
  line-height:19.2px;
  word-spacing:2px
}

