.service {
	width: 100%;
	font-weight: 400;
}

.service h2 {
	font-weight: normal;
	margin-bottom: 30px;
}

.service-list {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 50px;
}

.service-item {
	margin-bottom: 20px;
	position: relative;
}

@media screen and (min-width: 768px) {
	.service h2 {
		margin-bottom: var(--py-section-less);
	}

	.service-list {
		display: flex;
		flex-wrap: wrap;
		width: calc(100% + 20px);
		margin: 0 -10px;
	}
	.service-item {
		width: 33.333%;
		padding: 0 10px;
		margin-bottom: 0;
	}
}
