.service-section {
	background-position: bottom;
}
.service-row {
	padding-top: 70px;
}
.service-row > .row {
	--bs-gutter-x: 26px;
	--bs-gutter-y: 140px;
}
.service-box {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background-color: var(--sk-white);
	border-radius: 20px;
	box-shadow: 0px 5px 23.7px 6.3px rgba(119, 145, 171, 0.12);
	padding: 50px 40px;
}
.service-pin {
	position: absolute;
	top: -104px;
	display: flex;
	justify-content: center;
	left: 0;
	text-align: center;
	width: 100%;
}
.service-icon {
	display: flex;
	margin: 0 0 20px;
}
.service-box h3 {
	font-size: 25px;
	text-transform: uppercase;
}
.service-box p {
	margin: 0;
	line-height: 1.278;
}
.service-num {
	position: absolute;
	display: flex;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
	width: 40px;
	height: 40px;
	background-color: var(--sk-secondary);
	color: var(--sk-white);
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: bold;
  	line-height: 1.15;
  	font-family: 'Roboto';
}
.wave-dashed-line {
	position: absolute;
	left: 0;
	top: 43.5%;
	width: 100%;
	height: 281px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
}
@media (min-width: 768px){
	.service-row > .row [class^="col-"]:nth-child(2) {
		padding-top: 100px;
	}
	.service-row > .row [class^="col-"]:nth-child(3) {
		padding-top: 0px;
	}
	.service-row > .row [class^="col-"]:nth-child(4) {
		padding-top: 50px;
	}
}
@media (min-width: 1200px){
	.service-row > .row [class^="col-"]:nth-child(2) {
		padding-top: 100px;
	}
	.service-row > .row [class^="col-"]:nth-child(3) {
		padding-top: 50px;
	}
	.service-row > .row [class^="col-"]:nth-child(4) {
		padding-top: 120px;
	}
}
@media (max-width: 1500px){
	.wave-dashed-line {
		top: 40%;
	}
}
@media (max-width: 767px){
	.service-box {
		padding: 40px 20px 40px;
	}
	.service-icon {
		margin: 0 0 15px;
	}
	.service-box h3 {
	    font-size: 23px;
	}
	.service-icon img {
		max-width: 70px;
		max-height: 70px;
	}
	.service-pin {
		top: -64px;
	}
	.service-pin img {
		height: 70px;
	}
	.service-row > .row {
		--bs-gutter-x: 30px;
		--bs-gutter-y: 120px;
	}
}