@media screen and (max-width: 576px) {
    .hero__banner:nth-child(7n) {
        grid-column-start: 1
    }
}