.shortcode-blog article {
  margin-bottom: 32px;
}

.shortcode-blog .photo {
  margin-bottom: 55px;
}

.shortcode-blog h2 {
  font-family: 'Sharp Slab';
  font-size: 34px;
  line-height: 49px;
  margin-bottom: 18px;
}

@media (max-width: 768px) {
  .shortcode-blog h2 {
    font-size: 24px;
    line-height: 35px;
  }
}

.shortcode-blog .post-date {
  font-family: 'Sharp Grotesk Book';
  font-size: 18px;
  line-height: 32px;
  color: #E38D39;
  margin-bottom: 18px;
}

.shortcode-blog .about-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.shortcode-blog .about-author h4 {
  margin: 0;
  font-family: 'Sharp Slab Semibold';
  font-size: 24px;
  line-height: 41px;
  color: #2B2012;
}

.shortcode-blog .author-photo img {
  width: 50px;
  height: 50px;
  margin: 0 20px 0 0;
  display: block;
}

.shortcode-blog .more {
  font-family: 'Sharp Slab Semibold';
  font-size: 24px;
  line-height: 41px;
}

.shortcode-blog .more:hover {
  color: #B97335;
}
/*# sourceMappingURL=styles.css.map */