.our-services-section {
	padding: 80px 0 50px 0;
}

.our-services-section::before {
	content: "";
	width: 30%;
	height: 150%;
	background-image: url('data:image/svg+xml,<svg width="611" height="1568" viewBox="0 0 611 1568" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_f_335_234)"><ellipse cx="-102" cy="784" rx="229" ry="300" fill="%239ED3EF" fill-opacity="0.8"/></g><defs><filter id="filter0_f_335_234" x="-815" y="0" width="1426" height="1568" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="242" result="effect1_foregroundBlur_335_234"/></filter></defs></svg>');
	background-repeat: no-repeat;
	background-size: cover;
	pointer-events: none;
	position: absolute;
	background-position: center;
}

.service-card {
	max-width: 28.93%;
	width: 100%;
}

.service-card-image {
	padding-top: 107.4%;
}

.service-card-link {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}

.service-card-caption {
	position: absolute;
	inset: 0;
	padding: 29px 26px;
	z-index: 1;
}

.service-card-title {
	line-height: 1;
}

/* .service-card-image::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: var(--color-black);
	position: absolute;
	inset: 0;
	opacity: 0.5;
	z-index: 1;
	pointer-events: none;
} */

.service-card-image::after {
	content: "";
	width: 41px;
	height: 41px;
	position: absolute;
	right: -1px;
	bottom: 0;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg width='39' height='40' viewBox='0 0 39 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M39 40V0L0 40H39Z' fill='white'/%3E%3C/svg%3E");
	background-position: right;
}

.service-card-image img {
	filter: brightness(0.5);
}

.service-card-link::before {
	content: "";
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 27px;
	right: 30px;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.4346 12.0208H37.4762V36.0624' stroke='white' stroke-width='3'/%3E%3Cpath d='M37.1228 12.3743L12.0205 37.4766' stroke='white' stroke-width='3'/%3E%3C/svg%3E");
	transition: 0.5s;
}

.service-card-link:hover img {
	transform: scale(1.1);
}

.service-card-link:hover::before {
	transform: rotate(45deg);
}

@media (max-width: 1600px) {
	.our-services-section {
		padding: 60px 0 50px 0;
	}

	.service-card {
		max-width: 30%;
	}
}

@media (max-width: 1360px) {
	.our-services-section {
		padding: 50px 0 50px 0;
	}

	.service-card {
		max-width: 32%;
	}
}

@media (max-width: 1200px) {
	.service-card {
		max-width: 33.33%;
	}

	.service-card-link::before {
		width: 45px;
		height: 45px;
		background-size: 45px;
	}
}

@media (max-width: 991px) {
	.our-services-section {
		padding: 40px 0 40px 0;
	}

	.service-card-caption {
		padding: 25px 22px;
	}

	.service-card {
		padding: 0 10px;
	}

	.our-services-row {
		margin: 0 -10px;
	}
}

@media (max-width: 768px) {
	.service-card {
		max-width: 50%;
		padding: 10px;
	}

	.our-services-row {
		margin: -10px;
		justify-content: center;
	}

	.service-card-link::before {
		width: 35px;
		height: 35px;
		background-size: 35px;
	}

	.service-card-caption {
		padding: 22px 20px;
	}

}

@media (max-width: 480px) {
	.service-card {
		max-width: 100%;
	}
}