.list-last-posts article { margin-bottom: 4.375rem; }

.showcase-last-post img {
  display: block;
  width: 100%;
  height: 370px;
  border-radius: 4px;
  background-color: var(--primary);
  object-fit: cover;
  object-position: center top;
}

.content-last-post {
  padding: 36px 12px 30px;
  border-bottom: 1px solid var(--gray-300);
}
.content-last-post > a { text-decoration: none !important; }
.content-last-post h1 {
  font-family: 'Merriweather', serif;
  font-size: 1.5rem;
  line-height: 1.45;
  margin: 0 0 10px;
  color: #212529;
  font-weight: 900;
}
.content-last-post p.excerpt {
  font-family: 'Merriweather', serif;
  color: var(--gray-600);
  margin-bottom: 1.5625rem;
  line-height: 1.8;
  font-size: 0.9rem;
}
.content-last-post .author-category { margin-bottom: 20px; }
.content-last-post .author-category p {
  margin: 0 6px 0 0;
  font-size: 12px;
  color: var(--gray-600);
  display: inline;
}

@media (max-width: 991.98px) {
  .showcase-last-post img { height: 220px; }
}
