.grid-posts{display:grid;gap:16px;grid-template-columns:1fr 1.8fr 1fr;min-height:calc(100vh - 148px);position:relative;z-index:1}@media screen and (max-width:1000px){.grid-posts{grid-template-columns:1fr 1.5fr}}@media screen and (max-width:767px){.grid-posts{grid-template-columns:100%}}.grid-posts__item{align-items:flex-end;background:#d3d3d3;border-radius:15px;display:flex;overflow:hidden;padding-top:170px;position:relative;width:100%}.grid-posts__item:hover .grid-posts__item-icon{opacity:1}.grid-posts__item:hover .grid-posts__item-image img{transform:scale(1.05)}.grid-posts__item:nth-child(2){grid-row:span 2}@media screen and (max-width:767px){.grid-posts__item:nth-child(2){grid-row:span 1}}.grid-posts__item:before{background:linear-gradient(0deg,#000,transparent);bottom:0;content:"";height:90%;left:0;position:absolute;width:100%;z-index:2}.grid-posts__item-image{height:100%;left:0;margin:0;position:absolute;top:0;width:100%;z-index:1}.grid-posts__item-image img{display:block;height:100%;object-fit:cover;transition:3s;width:100%}.grid-posts__item-icon{line-height:0;opacity:.5;position:absolute;right:20px;top:20px;transition:.3s;z-index:3}.grid-posts__item-icon svg{fill:#fff;height:40px;width:40px}.grid-posts__item-body{padding:20px;position:relative;width:100%;z-index:3}.grid-posts__item-tags{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 20px}.grid-posts__item-tag{background:grey;border-radius:8px;color:#fff;display:inline-block;font-size:1rem;font-weight:400;padding:6px 10px}.grid-posts__item-title{color:#fff;font-size:18px;font-weight:700;margin:0}.grid-posts__item-link{display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:4}