.usp-service {
	z-index: 9;
	margin-top: var(--py-section);
	margin-bottom: var(--py-section);
	width: 100%;
	position: relative;
}

.usp-service-top {
	text-align: center;
	margin: 0 auto 30px;
	max-width: 960px;
	position: relative;
}

.usp-service-top p {
	font-size: 18px;
	line-height: 30px;
}

.usp-service-top h3 {
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: -10px;
}

.usp-service-item {
	width: 100%;
	margin-bottom: 20px;
	padding: 0 15px;
}

.usp-service-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: calc(100% + 30px);
	margin: 0 -15px;
	padding-bottom: 20px;
	position: relative;
}

@media only screen and (min-width: 641px) {
	.usp-service-item {
		width: 50%;
	}
}

@media only screen and (min-width: 1025px) {
	.usp-service-top h4 {
		font-size: 28px;
	}

	.usp-service-top {
		margin-bottom: 50px;
	}

	.usp-service-list {
		padding-bottom: 0;
	}

	.usp-service-item {
		width: 33.333%;
		padding: 0 15px;
		margin-bottom: 55px;
	}
}

@media only screen and (min-width: 1200px) {
	.usp-service-item {
		width: 25%;
	}
}
