.last-news .post-wrapper{margin-top:70px;display:grid;grid-template-columns:repeat(3,1fr);gap:35px}@media(max-width:2300px){.last-news .post-wrapper{gap:20px}}@media(max-width:1700px){.last-news .post-wrapper{margin-top:50px}}@media(max-width:1100px){.last-news .post-wrapper{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.last-news .post-wrapper{grid-template-columns:1fr;gap:20px}}.last-news .post-wrapper a{text-decoration:none;color:#161412}.last-news .post-wrapper .thumbnail-wrap{overflow:hidden;margin:20px 0;border-radius:5px}.last-news .post-wrapper .grid-item{aspect-ratio:1.7/1;overflow:hidden;border-radius:5px;width:100%}.last-news .post-wrapper img{display:block;width:100%;height:100%;object-fit:cover;border-radius:5px;transition:all .5s}.last-news .post-wrapper img:hover{transform:scale(1.1)}.last-news .post-wrapper .post-category a{color:#00b7bd;text-decoration:underline}.last-news .post-wrapper .post-category a:hover{opacity:.8}.last-news .post-wrapper h3{width:90%;min-height:105px}@media(max-width:2300px){.last-news .post-wrapper h3{min-height:87px}}@media(max-width:768px){.last-news .post-wrapper h3{width:100%;min-height:auto}}.last-news .more-news-button{margin:50px 0}