@media screen and (min-width: 1261px) {
  .blog-post {
    /*Except sticky*/
  }
  .blog-post .blog-post__image {
    height: 154px;
  }
  .blog-post .blog-post__content {
    padding: 20px 20px 40px;
  }
  .blog-post .blog-post__content .blog-post__title {
    height: 52px;
  }
  .blog-post .blog-post__content .blog-post__text {
    margin-bottom: 20px;
    height: 82px;
  }
  .blog-post .blog-post__content .blog-post__text p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    height: 82px;
  }
  .blog-post .blog-post__content .blog-post__text p:after {
    content: "";
    height: 28px;
  }
  .blog-post .blog-post__content .blog-post__footer {
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    bottom: 20px;
  }
  .blog-post.new-article .blog-post__image a img {
    width: 376px;
    height: 211px;
  }
  .blog-post:hover {
    box-shadow: 0 5px 20px rgba(229, 230, 232, 0.8);
  }
  .blog-post:hover .blog-post__image a img {
    transform: scale(1.03);
  }
  .archive .blog-post:nth-of-type(2), .archive .blog-post:nth-of-type(4), .archive .blog-post:nth-of-type(5),
  .search .blog-post:nth-of-type(2),
  .search .blog-post:nth-of-type(4),
  .search .blog-post:nth-of-type(5) {
    margin-bottom: 0;
  }
}