/* LAYOUT */
.cb-wc-usps-wrapper {
	padding: 3.5em 6.15em;
	background-color: var(--very-light-grey);
}
.cb-wc-usps-wrapper .cb-wc-usps-heading {
	font-weight: bold;
	text-align: center;
	max-width: 60%;
	margin: 0 auto 2.75em auto;
	margin-bottom: 2.75em;
	font-family: 'tertre';
    letter-spacing: 0;
	text-transform:uppercase;
	font-size: 1.5em;
	line-height: normal;
}
.cb-wc-usps-items-wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap: 3.75em;
}
.cb-wc-usps-wrapper .cb-wc-usps-item {
	text-align: center;
	flex-basis: 30%;
}
.cb-wc-usps-item h3 {
	font-size: 1rem;
	font-weight: bold;
	font-family: "Lekton";
}
.cb-wc-usps-item p {
	color: var(--black);
}

/* MOBILE */
@media only screen and (max-width:768px){
	.cb-wc-usps-wrapper {
		padding: 3.5em 3em;
		background-color: var(--very-light-grey);
	}
	.cb-wc-usps-heading {
		max-width: 80%;
	}
	
	.cb-wc-usps-items-wrapper {
		flex-flow: column;
	}
}
