.posts-list{display:grid;grid-template-columns:repeat(1,1fr);padding:0 200px}@media screen and (max-width:1400px){.posts-list{padding:0}}@media screen and (max-width:991px){.posts-list{gap:24px;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.posts-list{gap:24px;grid-template-columns:repeat(1,1fr)}}@media screen and (max-width:550px){.posts-list{margin:24px 0}}.posts-list .post-holder{background-color:#fff;display:flex;gap:50px;margin-bottom:50px}@media screen and (max-width:991px){.posts-list .post-holder{flex-direction:column;margin:0}}@media screen and (max-width:768px){.posts-list .post-holder{gap:24px}}.posts-list .post-holder .post-image{height:auto;max-height:-webkit-fill-available;max-height:-moz-available;max-height:stretch;overflow:hidden;position:relative;width:30%}@media screen and (max-width:991px){.posts-list .post-holder .post-image{aspect-ratio:4/3;width:100%}}@media screen and (max-width:550px){.posts-list .post-holder .post-image{aspect-ratio:16/9}}.posts-list .post-holder .post-image:hover a img{transform:scale(1.05)}.posts-list .post-holder .post-image a{display:block;height:100%}.posts-list .post-holder .post-image img{height:-webkit-fill-available;height:-moz-available;height:stretch;inset:0;-o-object-fit:cover;object-fit:cover;position:absolute;transition:all .3s ease;width:100%}.posts-list .post-holder .post-details{padding:50px 50px 50px 0;width:65%}@media screen and (max-width:991px){.posts-list .post-holder .post-details{padding:12px 24px;width:100%}}@media screen and (max-width:550px){.posts-list .post-holder .post-details{padding:12px}}.posts-list .post-holder .post-details .post-title a{display:block;font-size:clamp(20px,2.8vw,28px);font-weight:600;line-height:1.3;margin-bottom:24px}.posts-list .post-holder .post-details .post-short-description{color:#444;font-size:17px}
