.news-item__text p{
	display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 175px;
	text-align: left;
}

.news-card{
height: 320px;
}
@media (max-width:992px) {
    .news-item__readmore {
        bottom: 30px;
        right: 30px;
    position: relative;
    }
}
.news-item::after{
	content:"";
	position: absolute;
	width:100%;
	height:100%;
	background: linear-gradient(180deg, rgba(241, 247, 253, .7) 45%, rgba(241, 247, 253, 0.7));
	left:0;
	top:0;
	border-radius: 20px;
}
.btn{
z-index:1;
}