.g5blog__post-widget {
  .g5blog__post-inner {
    @include d-flex();

  }
  .g5blog__post-featured {
    width: 100px;
    @include flex-shrink-0();
    margin-right: 20px;
  }
  .g5blog__post-title {
    font-size: 1rem;
    margin-bottom: 0.6875rem;
  }

  .g5blog__post-meta {
    margin-bottom: 0;
  }
}
.g5blog__widget-post-list {
  .g5blog__post-widget {
    margin-bottom: 20px;
    &:last-child {
      margin-bottom: 0 !important;
    }
  }
}