.parts_text {
	max-height: 900px;
	position: relative;
	overflow: hidden;
}

.parts_text .read-more { 
	position: absolute; 
	bottom: 0; 
	left: 0;
	width: 100%; 
	text-align: center; 
	margin: 0; 
	padding: 45px 0 10px;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.35) 0%, #f8f9fa 40%, #f8f9fa 100%);
}
.read-more a.btn-outline-danger{
	color: #dc3545;
}
.read-more a.btn-outline-danger:hover{
	color: #fff;
}