@media screen and (max-width: 749px) {
    .grid__item:nth-child(5n+3) {
      width: 100% !important;
      max-width: 100% !important;
    }
}