.blog-sticky-post {
  display: none;
  background: #F9F9F9;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.blog-sticky-post .blog-sticky-post__content .blog-sticky-post__title {
  font-weight: 800;
  margin-bottom: 10px;
}
.blog-sticky-post .blog-sticky-post__content .blog-sticky-post__content {
  font-weight: 400;
  margin-bottom: 30px;
}
.blog-sticky-post .blog-sticky-post__image {
  overflow: hidden;
}
.blog-sticky-post .blog-sticky-post__image img {
  max-width: 100%;
}