.news{padding:32px 16px}.news .wrapper{max-width:1120px;width:100%;margin:0 auto;display:flex;flex-direction:column;gap:16px}.news .wrapper h2{font-size:2.4em}.news .wrapper .list{display:flex;gap:16px;flex-direction:column}.news .wrapper .list .items{flex:3 1;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.news .wrapper .list .items .item{flex:1 1;aspect-ratio:9/12;border:1px solid #eaeaea;border-radius:8px;text-align:center;display:flex;flex-direction:column;padding:0;background:#fff;overflow:hidden;color:#000;gap:0}@media screen and (max-width:768px){.news .wrapper .list .items{grid-template-columns:repeat(2,1fr)}}