.post-wrapper{background:var(--white)!important;background-color:var(--white)!important;border-radius:.2rem}.posts .posts-list{margin-top:3rem}.posts .posts-list .grid{grid-template-columns:repeat(1,1fr)}@media screen and (min-width:768px){.posts .posts-list .grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1440px){.posts .posts-list .grid{grid-template-columns:repeat(3,1fr)}}.posts .posts-list .grid .post-wrapper{margin-bottom:0}@media screen and (min-width:1024px){.posts .posts-list .grid{grid-template-columns:1fr 1fr 1fr}}.latest-posts.grid{align-items:stretch;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:768px){.latest-posts.grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1440px){.latest-posts.grid{grid-template-columns:repeat(3,1fr)}}.post{color:var(--secondary)!important;padding:0 1rem 1rem}@media screen and (min-width:768px){.post{min-height:440px;padding-bottom:0}}.post a{color:var(--secondary)!important}.post-wrapper{height:100%;min-height:500px}@media screen and (min-width:768px){.post-wrapper{min-height:600px}}.post header{min-height:120px;padding-top:1rem}.post header h2{font-size:1rem;color:var(--secondary);margin-bottom:0}.post .post-meta{margin-bottom:1rem}.post .post-meta i{font-size:.7rem}.post .post-image{width:100%;height:auto;border-radius:.2rem}.post .post-image-wrapper{min-height:250px;display:flex}.post p{margin-bottom:0}