.posts_grid{position:relative;display:grid;grid-template-columns:repeat(1, 1fr);grid-row-gap:40px}@media screen and (max-width:1024px) and (min-width:768px){.posts_grid{grid-row-gap:64px}}@media screen and (min-width:1025px){.posts_grid{grid-template-columns:repeat(10, 1fr);grid-column-gap:24px}}@media screen and (max-width:1599px) and (min-width:1025px){.posts_grid{grid-row-gap:32px}}@media screen and (min-width:1600px){.posts_grid{grid-row-gap:92px}}.posts_grid .load_more_holder{text-align:center}@media screen and (min-width:1025px){.posts_grid .load_more_holder{grid-column:span 10}}@media screen and (max-width:1599px) and (min-width:1025px){.posts_grid .load_more_holder{margin-top:32px}}.post_item{position:relative;align-self:flex-start}@media screen and (min-width:1025px){.post_item:nth-child(4n+1),.post_item:nth-child(4n+5){grid-column:span 5;grid-column-start:1;grid-column-end:6}}@media screen and (min-width:1025px){.post_item:nth-child(4n+4),.post_item:nth-child(4n+8){grid-column:span 5;grid-column-start:6;grid-column-end:11;margin-top:68px}}@media screen and (min-width:1025px){.post_item:nth-child(4n+2),.post_item:nth-child(4n+6){grid-column:span 4;grid-column-start:7;grid-column-end:11}}@media screen and (max-width:1599px) and (min-width:1025px){.post_item:nth-child(4n+2),.post_item:nth-child(4n+6){margin-top:120px}}@media screen and (min-width:1600px){.post_item:nth-child(4n+2),.post_item:nth-child(4n+6){margin-top:160px}}@media screen and (min-width:1025px){.post_item:nth-child(4n+3),.post_item:nth-child(4n+7){grid-column:span 4;grid-column-start:1;grid-column-end:5}}@media screen and (max-width:1599px) and (min-width:1025px){.post_item:nth-child(4n+2) .post_item__thumb,.post_item:nth-child(4n+6) .post_item__thumb,.post_item:nth-child(4n+3) .post_item__thumb,.post_item:nth-child(4n+7) .post_item__thumb{height:282px}}@media screen and (min-width:1600px){.post_item:nth-child(4n+2) .post_item__thumb,.post_item:nth-child(4n+6) .post_item__thumb,.post_item:nth-child(4n+3) .post_item__thumb,.post_item:nth-child(4n+7) .post_item__thumb{height:345px}}.post_item__link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.post_item__thumb{height:232px;position:relative;overflow:hidden}@media screen and (max-width:1024px) and (min-width:768px){.post_item__thumb{height:412px}}@media screen and (max-width:1599px) and (min-width:1025px){.post_item__thumb{height:356px}}@media screen and (min-width:1600px){.post_item__thumb{height:436px}}.post_item__thumb:not(.no_shadow):after{content:"";background:linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.post_item__thumb img:not(.post_item__thumb_logo){position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;transition:all 0.3s ease}.post_item__thumb img.post_item__thumb_logo{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:2;max-width:48%}@media screen and (min-width:768px){.post_item__thumb img.post_item__thumb_logo{max-width:67%}}.post_item__content{background:linear-gradient(135deg, #692a8b 0%, #d475c7 100%);color:#fff;padding:16px}@media screen and (min-width:768px){.post_item__content{padding:24px}}.post_item__content>*{color:inherit}.post_item__content h3:not(:last-child){margin-bottom:8px}@media screen and (min-width:768px){.post_item__content h3:not(:last-child){margin-bottom:16px}}.post_item:active .post_item__thumb img:not(.post_item__thumb_logo){transform:scale(1.05)}@media screen and (min-width:1025px){.post_item:hover .post_item__thumb img:not(.post_item__thumb_logo){transform:scale(1.05)}}