@media screen and (max-width: 949px) {
  .blog__posts .grid__item:nth-child(3) {
    display: none;
  }
}