.news-items{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.news-item{padding:30px;background-color:rgba(245,245,245,1);border-radius:10px}.news-item img{width:237px;height:204px;border-radius:16px;object-fit:cover}.news-item-text-title{font-weight:600;font-size:16px;line-height:100%;letter-spacing:0;color:rgba(45,45,45,1);margin-bottom:12px}.news-item-text-desc{font-weight:400;font-size:16px;color:rgba(0,0,0,1);margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:6;line-clamp:6;overflow:hidden;-webkit-box-orient:vertical}.news-item-text-date{font-weight:400;font-size:16px;line-height:100%;color:rgba(45,45,45,1)}.news-item a{font-weight:400;font-size:16px;color:rgba(81,81,81,1);margin-top:37px;display:block}.pagination-wrapper{margin-top:30px}.pagination{padding:6.5px 10px;background-color:rgba(248,248,248,1);border-radius:12px}.pagination a{padding:7px 12px;border-radius:8px;color:rgba(25,25,25,1);text-align:center;align-items:center;justify-content:center}.pagination .current-page{color:rgba(255,255,255,1);background-color:rgba(235,28,36,1);padding:7px 12px;border-radius:12px;width:31px;text-align:center}.pagination a:hover{background-color:rgba(255,255,255,1);color:rgba(235,28,36,1)}@media(max-width:1200px){.news-item{flex-direction:column}.news-item img{width:100%}}@media(max-width:768px){.news-items{grid-template-columns:repeat(1,1fr);gap:16px}.news-item{padding:24px 16px}.news-item-text-desc,.news-item-text-date,.news-item a{font-size:14px;margin-top:16px}.news-item-text-desc,.news-item-text-date{margin-top:8px}}@media(max-width:576px){.news-item-text-title{font-size:14px}.news-item-text-desc,.news-item-text-date{font-size:12px}}
