.aside{margin:2rem auto;padding:1rem;width:100%;max-width:1400px}.aside__list{list-style:none;display:flex;flex-direction:column}@media (min-width:500px){.aside__list{flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:stretch}}.aside__list-item{font-size:1.5rem;font-weight:600;max-width:200px;text-align:center;margin:1rem auto}@media (min-width:500px){.aside__list-item{margin:1rem}}.aside__list-item:before{background-image:url(../images/star.svg);background-size:100px;content:"";display:block;width:100%;width:100px;height:100px;margin:1rem auto;padding:0}