.sectionShell{min-height:100vh;width:100vw;background:#7FA989;display:flex;justify-content:center;padding:0}.sectionPanel{width:min(80vw,1100px);min-height:100vh;background:rgb(245,241,235);color:#5a2720;padding:52px 48px 64px}.sectionTop{display:grid;grid-template-columns:120px 1fr 120px;align-items:center;margin-bottom:52px}.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(90,39,32,.28);color:inherit;text-decoration:none}.sectionItem:last-child{border-bottom:2px solid rgba(90,39,32,.28)}.sectionItem:hover{background:rgba(127,169,137,.08)}.sectionItem:active{background:rgba(127,169,137,.16)}.sectionThumbnail{width:96px;height:96px;object-fit:cover;background:rgba(90,39,32,.12)}.sectionMeta{font-family:var(--font-button);font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:#5a2720;margin:0 0 6px;opacity:.75}.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{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:20px;margin-bottom:36px}.sectionTop>:first-child{order:1}.sectionTop>:nth-child(3){order:2}.sectionTop h1{order:3;width:100%;font-size:28px;text-align:center;margin:0}.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}}