.popular-articles-tag {
  padding-bottom: 2.5rem;
}

.popular-articles-tag__posts {
  display: grid;
  gap: 2.5rem;
}

@media (min-width: 48rem) {
  .popular-articles-tag__posts {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 2.5rem;
  }
}
@media (min-width: 60rem) {
  .popular-articles-tag__posts {
    grid-template-columns: repeat(4, 1fr);
  }
}
.popular-articles-tag__thumb {
  width: 100%;
  padding-bottom: 71.5%;
  position: relative;
  margin-bottom: 0.875rem;
}

.popular-articles-tag__thumb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popular-articles-tag__post-title {
  margin-bottom: 0.875rem;
}

.popular-articles-tag__author {
  line-height: 1rem;
}
