.news-list-wrapper,.news-list{width:100%}.news-list-wrapper{padding:40px}.news-list{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:32px;padding-block:24px;display:grid}.news-list-card{height:100%}.news-list-card .post-container{border:1px solid var(--white);background-color:var(--black);flex-direction:column;justify-content:space-between;gap:16px;width:100%;height:100%;transition:all .2s ease-in-out;display:flex}.news-list-card .post-container .post-image{background-color:var(--white);aspect-ratio:1;width:100%;position:relative}.news-list-card .post-container .top{width:100%}.news-list-card .post-container .content{padding-top:16px;background-color:var(--black);padding-inline:16px}.news-list-card .post-container .content h3{margin:0}.news-list-card .post-container .bottom{background-color:var(--black);padding-inline:16px}.news-list-card .post-container:hover{border-color:var(--green-secondary)}@media screen and (max-width:1500px){.news-list{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:1300px){.post-card-title{font-size:20px}.news-list{gap:20px}}@media screen and (max-width:860px){.news-list{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width:767px){.news-list-wrapper{padding:24px 0}}
