.sd-block-usp {
	display: inline-flex;
	align-items: center;
	padding: 10px 50px;
	background-color: #f3f5f7;
	border-radius: 100px;
	font-family: 'Avenir Next', sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #000;
	position: relative;
}

.sd-block-usp .sd-block-usp-icon {
	display: flex;
	height: 30px;
	width: 30px;
	flex-grow: 1;
	position: absolute;
	left: 10px;
}

.sd-block-usp .sd-block-usp-icon img {
	width: 100%;
	height: 100%;
}

.sd-block-usp .sd-block-usp-text {
	padding-left: 5px;
}

.sd-block-usp .sd-block-usp-text strong {
	font-family: 'Avenir Next Demi', sans-serif;
}

@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 767px) {
}