.services-card {
	background: #00aeef;
	color: #fff;
	margin-bottom: 30px;
	position: relative;
	
}

.services-card a {
	color: #fff;
}

.services-card-header {
	padding-bottom: 56.25%;
	
	background-color: #ddd;
	background-size: cover;
	position: relative;
	z-index: 1;
}


.services-card-header h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgb(0,174,239);
	background: linear-gradient(0deg, rgba(0,174,239,1) 0%, rgba(0,174,239,0) 100%);
	padding: 1rem 1.5rem;
	padding-top: 3rem;
	margin: 0;
	font-weight: bold;
	width: 100%;
	font-size: 2.5rem;
}

.services-card-body {
	padding: 1.5rem;
	padding-top: 0;
	position: relative;
	height: 240px;
	z-index: 1;
}

.services-card-body > div {
	background: #00aeef;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 9;
	padding: 1.5rem;
}

.services-card-body ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1.3rem;
}

.services-card-body ul li {
	margin-bottom: .5rem;
}

.services-card-body .toggle-btn {
	font-size: 1.3rem;
	background: #fff;
	color: #000;
	display: inline-block;
	padding: .1rem .75rem;
	border-radius: 2rem;
	margin-top: .5rem;
}

.services-card-body .max {
	box-shadow: 0 10px 15px rgba(0,0,0,0.2);
}
