@media screen and (max-width: 1260px) and (min-width: 768px) {
  .blog-post .blog-post__image {
    height: 128px;
  }
  .blog-post .blog-post__content {
    padding: 24px 25px 50px;
  }
  .blog-post .blog-post__content .blog-post__title {
    height: 52px;
  }
  .blog-post .blog-post__content .blog-post__title a {
    font-size: 14px;
    line-height: 24px;
  }
  .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: 14px;
    line-height: 24px;
    position: absolute;
    bottom: 25px;
  }
  .blog-post .blog-post__content .blog-post__footer .blog-post__date:after {
    top: 5px;
  }
  .blog-post.new-article .blog-post__image a img {
    width: 346px;
  }
  .archive .blog-post:nth-of-type(2), .archive .blog-post:nth-of-type(4),
  .search .blog-post:nth-of-type(2),
  .search .blog-post:nth-of-type(4) {
    margin-bottom: 0;
  }
}