.content-panel a{
	text-decoration: none;
	display:block;
	height:560px;
	margin: 80px 10px 0px;
	background: rgb(248, 250, 249);
	border-radius: 20px;
	transition: 0.3s;
	position: relative;
}
.content-panel a:hover {
	margin-top: 60px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0px rgba(203, 221, 214, 0.66);
	border: 1px solid #05BD8E;
}
.content-panel .content-panel-title p{
	font-size: 18px;
	color: rgb(143, 143, 143);
	line-height: 30px;
}
.content-panel img {
	position: absolute;
	bottom: 0;
	width: 380px !important;
	height: 230px;
}
.tab_title li a{
	padding:10px 0px;
	font-size: 20px;
	font-weight: 500;
	color: #302A24;
	text-align: center;
	cursor: pointer;
}
.tab_title>.uk-active>a {
	color: #f0506e;
	border-bottom: 5px solid #f0506e;
}