/**
 * ----------------------------------------------------------------------------------------
 * CUSTOM STYLING FOR SERVICES COMPONENT
 * ----------------------------------------------------------------------------------------
 */

.services {
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.services .mbr-iconfont {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 3.5rem;
	color: #263d5a;
	margin-bottom: 1rem;
	border-radius: 50%;
	overflow: visible;
}
.services .row {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
	backdrop-filter: blur(3.5px);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	padding: 3rem 3rem;
	padding-top: 4rem;
	padding-bottom: 1rem;
	margin: 0;
	overflow: visible;
	position: relative;
}
@media (max-width: 767px) {
	.services .row {
		padding: 2rem 1rem;
	}
}
.services .row:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.3;
	height: 100%;
	width: 100%;
	border: 2px solid white;
	border-radius: 30px;
	pointer-events: none;
}
.services .card-wrapper {
	overflow: visible;
	margin-bottom: 2rem;
}
.services .card-text {
	color: #263d5a;
}
.services .card-title,
.services .iconfont-wrapper {
	color: #263d5a;
}
.services .mbr-section-subtitle {
	color: #263d5a;
}
.services .mbr-section-title {
	color: #263d5a;
}
@media (max-width: 992px) {
	.services .card-wrapper {
		margin-bottom: 2rem;
	}
}
