.feed-intro{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:55px}.feed-intro p{max-width:560px}.feed-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.feed-card{background:#fff;display:flex;flex-direction:column;min-height:100%;transition:transform .3s,box-shadow .3s;overflow:hidden}.feed-card:hover{transform:translateY(-7px);box-shadow:0 24px 55px rgba(0,0,0,.13)}.feed-image{height:240px;overflow:hidden;background:#191a1b}.feed-image img{width:100%;height:100%;object-fit:cover;transition:transform .65s}.feed-card:hover .feed-image img{transform:scale(1.055)}.feed-body{padding:26px;display:flex;flex:1;flex-direction:column}.feed-date{font-size:12px;color:var(--red);font-weight:800;letter-spacing:.12em}.feed-body h2{font-size:1.45rem;line-height:1.2;margin:14px 0}.feed-body p{font-size:15px;line-height:1.65;color:#606060;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.feed-body .text-link{margin-top:auto;align-self:flex-start}.feed-status{padding:40px;background:#fff;color:#666}.feed-card:nth-child(1){grid-column:span 2}.feed-card:nth-child(1) .feed-image{height:360px}@media(max-width:850px){.feed-intro{display:block}.feed-grid{grid-template-columns:1fr}.feed-card:nth-child(1){grid-column:auto}.feed-card:nth-child(1) .feed-image,.feed-image{height:250px}}
