.grid-post3{display:grid;grid-template-areas:'grid_item_one grid_item_two grid_item_three' 'grid_item_four grid_item_five grid_item_five';grid-gap:20px}.grid-post3 .item{width:100%;position:relative;background-size:cover!important;transition-duration:.3s;overflow:hidden}.grid-post3 .item .post-item-details{width:100%}.grid-post3 .item a{position:absolute;right:0;left:0;top:0;bottom:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end}.grid-post3 .item a .post-meta{margin:3px 0 0}.grid-post3 .item a span{display:inline-block}.grid-post3 .item a .post-meta span:not(:first-of-type){margin:0 10px}.grid-post3 .item:nth-of-type(1){grid-area:grid_item_one}.grid-post3 .item:nth-of-type(2){grid-area:grid_item_two}.grid-post3 .item:nth-of-type(3){grid-area:grid_item_three}.grid-post3 .item:nth-of-type(4){grid-area:grid_item_four}.grid-post3 .item:nth-of-type(5){grid-area:grid_item_five}.grid-post3 .item:nth-of-type(1) a{background-image:linear-gradient(360deg,rgb(183 28 28 / .77) -20%,#fff0 70%)}.grid-post3 .item:nth-of-type(2) a{background-image:linear-gradient(360deg,rgb(104 159 56 / .5) -20%,#fff0 70%)}.grid-post3 .item:nth-of-type(3) a{background-image:linear-gradient(360deg,rgb(81 45 168 / .77) -20%,#fff0 70%)}.grid-post3 .item:nth-of-type(4) a{background-image:linear-gradient(360deg,rgb(230 81 0 / .77) -20%,#fff0 70%)}.grid-post3 .item:nth-of-type(5) a{background-image:linear-gradient(360deg,rgb(13 71 161 / .77) -20%,#fff0 70%)}.grid-post3 .item h3,.grid-post3 .item .post-meta{width:100%}.grid-post3 .none-cover-overlay.item a{background-image:none}@media screen and (max-width:767px){.grid-post3{display:flex;grid-template-areas:none;flex-wrap:wrap;grid-gap:0}.grid-post3 .item{width:100%;margin-bottom:20px}}