.sectionShell{min-height:100vh;width:100vw;background:rgb(44,82,52);display:flex;justify-content:center;padding:0}.sectionPanel{width:min(80vw,1100px);min-height:100vh;background:rgb(245,241,235);color:rgb(105,63,35);padding:36px 48px 64px}.sectionTop{display:grid;grid-template-columns:max-content 1fr max-content;align-items:center;margin-bottom:72px}.sectionTop h1{font-family:var(--font-title);font-size:40px;line-height:1.15;font-weight:400;text-align:center;margin:0}.sectionFeed{display:flex;flex-direction:column;gap:0}.sectionItem{min-height:128px;display:grid;grid-template-columns:96px 1fr;grid-gap:24px;gap:24px;align-items:center;padding:16px 0;border-top:2px solid rgba(105,63,35,.28);color:inherit;text-decoration:none}.sectionItem:last-child{border-bottom:2px solid rgba(105,63,35,.28)}.sectionItem:hover{background:rgba(44,82,52,.08)}.sectionItem:active{background:rgba(44,82,52,.16)}.sectionThumbnail{width:96px;height:96px;object-fit:cover;background:rgba(105,63,35,.12)}.sectionText h2{font-family:var(--font-title);font-size:28px;line-height:1.15;font-weight:400;margin:0 0 10px}.sectionText p{font-family:var(--font-body);font-size:18px;line-height:1.6;color:rgb(20,20,20);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (max-width:700px){.sectionPanel{width:calc(100vw - 24px);padding:28px 16px 48px}.sectionTop{grid-template-columns:82px 1fr 82px;margin-bottom:48px}.sectionTop h1{font-size:28px}.sectionItem{min-height:108px;grid-template-columns:72px 1fr;gap:16px;padding:14px 0}.sectionThumbnail{width:72px;height:72px}.sectionText h2{font-size:22px}.sectionText p{font-size:16px;line-height:1.35}}