/* ------------------------------------------------------------------------------------------ */
/* -------------------------------------- USP'S ------------------------------------ */

.uspr { background: var(--color-3, #999); margin-top: -50px !important; border-radius:10px;}
.uspc {text-align:center; padding: 40px 60px;}
.uspc h5 {color: var(--color-2);}
.uspc p {font-size: var(--body-size, 18px) !important; color: var(--white);}
.uspc i {font-size: var(--h2-size); margin-bottom:10px; color: var(--color-13, #fff);}


@media only screen and (min-width: 992px) and (max-width: 1199px)
{
	.uspc {padding:40px 25px; }
	
}

@media only screen and (min-width: 768px) and (max-width: 991px)
{
	.uspc {padding:20px 20px; }
	
}

@media only screen and (min-width: 576px) and (max-width: 767px)
{
	.uspc {padding:40px 75px; }
	
}

@media only screen and (max-width: 575px)
{
	.uspc {padding:15px; }
	
}