.latest-news-section{background-color:var(--bg-black);color:var(--text-white)}.news-list{margin-top:4rem}.news-item{border-bottom:2px solid var(--accent-lime);color:var(--text-white);padding:2.5rem 0;transition:opacity .3s ease}a.news-item{text-decoration:none}.news-item:last-child{border-bottom:2px solid var(--accent-lime)}.news-item:focus,.news-item:hover{color:var(--text-white);opacity:.8}.news-num{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:400}.news-title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:500;line-height:1.2;padding-right:1rem}.news-arrow-container{align-items:center;display:flex;justify-content:flex-end}.news-arrow{height:32px;object-fit:contain;transition:transform .3s ease;width:32px}.news-item:hover .news-arrow{transform:translate(5px,-5px)}@media (min-width:992px){.news-item{padding:3rem 0}.news-arrow{height:64px;width:64px}}