.grid{grid-template-columns:repeat(6,1fr);grid-auto-rows:auto;align-items:start;column-gap:16px;display:grid}.selected-works-grid{grid-template-columns:1fr;gap:120px 16px;display:grid}.selected-works-item{width:100%}@media screen and (min-width:480px){.grid{grid-template-columns:repeat(24,1fr)}.selected-works-grid{grid-template-columns:repeat(3,1fr)}}
