header+.row {
	margin-top: 102px;
	position: relative;
	z-index: 1;
	margin-inline: 4rem;
}
.services-card {
	background: var(--site1);
	color: #fff;
	margin-bottom: 30px;
	position: relative;
	margin-top: 6rem;
}

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

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


.services-card-header h2 {
	position: absolute;
	bottom: 0;
	right: 0;
	background: linear-gradient(0deg, rgb(29 56 134) 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-header .btn.btn-primary {
    left: 0;
    position: absolute;
    margin: 1rem;
    border-radius: 30px;
    background: white;
    color: #0e3e8a;
    border: 2px solid;
	transition: .5s;
}
.services-card-header .btn.btn-primary:hover {
    transform: scale(1.05);
}
.services-card-body {
	padding: 1.5rem;
	padding-top: 0;
	position: relative;
	height: 240px;
	z-index: 1;
}

.services-card-body > div {
	background: var(--site1);
	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);
}

@media (max-width:991px) {
	header+.row {
		margin-inline: 0;
	}

	.services-card-body .toggle-btn {
		font-size: 1.1rem;
	}

	.services-card-body>div {
		padding: 1.5rem 1.1rem;
	}

	.col-md-4 {
		flex: 0 0 49%;
		max-width: 49%;
	}
}

@media (max-width:500px) {
	.col-md-4 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
