.usp_list {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.25;
	margin-bottom: 37px;
}

.usp_list li {
	margin-bottom: 20px;
	position: relative;
	line-height: 1.25;
	padding-left: 65px;
}

.number {
	display: inline-block;
	width: 90px;
	color: white;
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	position: absolute;
	left: 0;
}

.title_usp_list {
	font-size: 20px;
	line-height: 1.25;
	font-weight: bold;
}

.instructions_usp_list {
	font-size: 16px;
	line-height: 1.81;
	font-weight: normal;
}

.usp_title {
	color: var(--dark-blue);
	padding-top: 4px;
}

.usp_description {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}

.usp_list .number {
	left: -110px;
}

.usp_list li {
	padding-left: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
	.usp_list {
		font-size: 22px;
	}

	.below_list_title {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.number {
		position: static;
	}

	.usp_title {
		font-size: 24px;
		line-height: 31px;
		margin-bottom: 5px;
	}

	.usp_list {
		margin-bottom: 63px;
	}
}
