.ff-usp .items{
	padding-bottom: 60px;
}
.ff-usp .usp-item{
	background: url(bg-s-oval.webp);
	background-size: 111px;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #F8F9FA;
	border-radius: 6px;
	display: flex;
	align-items: center;
	min-height: 120px;
	padding: 28px;
}
.ff-usp .usp-image{
	max-width: 52px;
	margin-right: 40px;
	display: inline-flex;
	align-items: center;
}
.ff-usp .usp-title{
	font-family: 'Poppins', sans-serif;
	color: #0085FF; 
	font-size: 20px;
	font-weight: 600;
	line-height: 1.25;
}

.ff-usp .usp-sub{
	color: #1A2179; 
	font-size: 16px;
	line-height: 1.2;
}

@media(max-width:1023px){
	.ff-usp .usp-col{
		max-width:100%;
	}

	.ff-usp .usp-item {
		padding: 18px;
	}

	.ff-usp .usp-image {
		margin-right: 15px;
	}

	.ff-usp .usp-title {
		font-size: 18px;
	}
}

@media(max-width:767px){
	.ff-usp .usp-item{
		max-width:100%;
	}
}