.anchor_card{
	box-shadow: 0px 10px 80px -3px rgba(24, 49, 83, 0.15);
	border-radius: 10px;
	padding: 25px 20px;
	text-align: center;
	border-bottom: 5px solid #04D976;
	border-radius: 10px 10px 10px 10px;

	background: #fff;
	transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	transition-delay: 0s;
}
.anchor_card:hover{
	transform: translateY(-10px) !important;
	box-shadow: 0 2px 15px rgba(0,0,0,.17) !important;
}
.anchor_card__title{
	font-style: normal;
	font-weight: 600;
	font-size: 19px;
	line-height: 23px;
	color: #272559;
	margin-bottom:15px;
}
.anchor_card__description{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #101014;
}
@media only screen and (max-width: 992px) {

}