@media (min-width: 350px) and (max-width: 360px) {
    .item-list .item-list__info::after {
        right: 0;
    }
}

