.entry-content #main-col .post {
  margin-top: 6rem !important;
}
.entry-content #main-col .post h2.entry-title {
  margin-top: 0 !important;
  border-color: #FE951A !important;
}

.widget {
  margin-bottom: 3rem !important;
}

.post-card {
  background: #fff;
  padding: 1rem;
  border-radius: 1rem;
  overflow: hidden;
}
.post-card.has-border {
  border: 2px solid #c9dff0;
}
.post-card h2 {
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1.5rem !important;
}
.post-card .image-wrapper {
  margin: -1rem -1rem 1rem -1rem;
  border-radius: 1rem 1rem 0 0;
  overflow-x: clip;
}
.post-card .image-wrapper img {
  width: 100%;
}
/*# sourceMappingURL=blog.css.map */
