.single-case-history {
	position: relative;
}

.single-case-history a {
	text-decoration: none;
}

.box-single-case-history {
	background-size: cover!important;
	background-position: center;
}

.content-box-single-case-history {
	border: 1px solid #ddd;
	padding: 30px;
	background-color: #ffffff;
	z-index: 999;
	transition: all 0.3s ease-in-out;
}

.content-box-single-case-history h4 {
	font-weight: 600;
	font-size: 22px;
	color: #212529;
	transition: all 0.3s ease-in-out;
	height: 52.8px;
}

.content-box-single-case-history p {
	height: 120px;
}

.content-box-single-case-history p, .content-box-single-case-history ul {
	transition: all 0.3s ease-in-out;
	margin-bottom: 1.5rem;
	color: #000;
	font-size: 20px;
}

.content-box-single-case-history button {
	color: #000;
	border: 1px solid #000;
	background-color: #fff;
	padding: 6px 30px;
	text-transform: uppercase;
	margin-bottom: .5rem;
	cursor: pointer;
}

.single-case-history a:hover .content-box-single-case-history {
	background-color: transparent;
}

.single-case-history a:hover .date {
	color: #ffffff;
}

.single-case-history a:hover .luogo {
	color: #ffffff;
}

.single-case-history a:hover .content-box-single-case-history h4,
.single-case-history a:hover .content-box-single-case-history p,
.single-case-history a:hover .content-box-single-case-history ul {
	color: #ffffff;
}