@media screen and (max-width: 767px) {
  .blog-sticky-post {
    flex-direction: column-reverse;
    width: calc(100% + 40px);
    margin: 40px 0 40px -20px;
    padding: 10px 0 30px;
    align-items: center;
    text-align: center;
  }
  .blog-sticky-post .blog-sticky-post__content {
    width: 280px;
  }
  .blog-sticky-post .blog-sticky-post__content .blog-sticky-post__title {
    font-size: 22px;
    line-height: 34px;
  }
  .blog-sticky-post .blog-sticky-post__content .blog-sticky-post__content {
    font-size: 20px;
    line-height: 30px;
  }
  .blog-sticky-post .blog-sticky-post__image {
    width: 280px;
    height: 223px;
  }
  .blog-sticky-post .blog-sticky-post__image img {
    width: 280px;
    height: 222px;
  }
  .blog-sticky-post.mobile {
    display: flex;
  }
}