.promo-pictures{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:0;padding:0;list-style-type:none;justify-content:center}@media (max-width:768px){.promo-pictures{grid-template-columns:repeat(2,1fr);row-gap:1.75rem}}@media (max-width:480px){.promo-pictures{grid-template-columns:repeat(1,1fr)}}.promo-pictures__item{display:grid}@media (min-width:481px) and (max-width:768px){.promo-pictures__item:last-of-type{grid-column:span 2}}.promo-pictures__item>*{grid-column:1/2;grid-row:1/2}.promo-pictures__item img{aspect-ratio:3/2;-o-object-fit:cover;object-fit:cover}.promo-pictures__title{margin-left:1rem;padding-left:1rem;align-self:end;color:#fff}