.newsCard{background:var(--secondaryColor-500);border-radius:16px;display:flex;gap:40px;line-height:125%;padding:20px;text-decoration:none}.newsCard:hover .linkArrow__circle{opacity:1}.newsCard:hover .linkArrow__arrow path{fill:var(--primaryColor-500)}.newsCard__title{font-size:18px;margin-bottom:10px;-webkit-line-clamp:4;line-height:125%}.newsCard__desc,.newsCard__title{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.newsCard__date{font-size:12px;font-weight:600}.newsCard__date,.newsCard__desc{color:var(--secondaryColor-300);line-height:125%}.newsCard__desc{-webkit-line-clamp:6}.newsCard__desc ul{padding-left:25px}.newsCard__info{display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width:1024px){.newsCard{flex-direction:column;gap:10px}.newsCard__info{align-items:center;flex-direction:row}}
