@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&display=swap";.block-home-posts{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,1fr);grid-template-areas:"first first second""first first second""first first third""first first third";grid-column-gap:110px;grid-row-gap:55px}@media (max-width:1024px){.block-home-posts{grid-template-rows:auto;grid-template-areas:"first second third";grid-gap:5rem}}@media (max-width:782px){.block-home-posts{grid-template-columns:1fr;grid-template-areas:"first""second""third"}}.block-home-posts>:nth-child(1){grid-area:first}@media (min-width:1025px){.block-home-posts>:nth-child(1) .post-title{font-size:3.2rem}}.block-home-posts>:nth-child(2){grid-area:second}.block-home-posts>:nth-child(3){grid-area:third}.block-home-posts .post-link{isolation:isolate;display:block;position:relative}@media (max-width:782px){.block-home-posts .post-link{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:3rem}}@media (max-width:500px){.block-home-posts .post-link{display:block}}.block-home-posts .post-link:after{content:"";position:absolute;top:50%;left:50%;width:50%;height:50%;transform:translate(-50%,-50%);opacity:0;background:#8c5fff;z-index:1;transition:200ms ease-out}@media (max-width:782px){.block-home-posts .post-link:after{display:none}}.block-home-posts .post-link:hover:after{width:calc(100% + 5rem);height:calc(100% + 5rem);opacity:.1}.block-home-posts .post-link:hover .post-image img{transform:scale(1.1);filter:none}.block-home-posts .post-link:hover .post-image:after{opacity:.1}.block-home-posts .post-image{position:relative;z-index:2;aspect-ratio:7/5;margin-bottom:2rem;overflow:hidden}.block-home-posts .post-image img{position:absolute;transform:translate(-50%,-50%);width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:2;filter:grayscale(100%);left:0;top:0;transform:none;transition:400ms ease-out}.block-home-posts .post-image:after{content:"";display:block;position:absolute;z-index:3;width:100%;height:100%;background:linear-gradient(to top right,rgba(27,2,35,0)0,rgba(27,2,35,.3) 100%);transition:400ms ease-out}.block-home-posts .post-content{position:relative;z-index:2}.block-home-posts .post-date{display:block;text-transform:uppercase;color:#1d61e0;font-size:1.6rem;margin-bottom:.5rem}.block-home-posts .post-title{font-size:2.6rem;font-weight:400}.block-home-posts .post-excerpt{margin:2rem 0 0}@media (max-width:1024px){.block-home-posts .post-excerpt{display:none}}
/*# sourceMappingURL=block-home-posts.css.map */