.program-week__items-mobile:last-child .program-week__item-text-mobile p:after {
display:none;
}
& ::after {
-> &::after {
const photo = $('#photo');
for (let i = 0; i < data.length; i++) {
const img = $('<img>');
photo.append(img);
img.attr({ src: data[i].url, width: data[i].width, height: data[i].height, alt: data[i].alt })
}