#rss-posts .posts {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 200px;
}

#rss-posts.top-space .posts {
  margin-top: 145px;
}

#rss-posts .posts .post {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 20px;
  margin-top: 20px;
}

#rss-posts .posts .post a {
  color: white;
  text-decoration: none;
}

#rss-posts .posts .post .image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

#rss-posts .posts .post .title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

#rss-posts .posts .post .pub-date {
  font-size: 12px;
  color: #9e9e9e;
  margin-top: 5px;
}
