
.jumbotron.usps {
    margin-top: 13rem;
}
.usps .row{
	--bs-gutter-x: 6.5rem;
}
.usps .content_boven {
	margin-bottom: 7rem;
}

.usp_item_icoon {
	display: block;
	height: 7rem;
	margin-bottom: 2rem;
}
.jumbotron h3.usp_item_titel {
	font-size: 2.4rem;
	font-weight: 600;
	font-family: Barlow;
	line-height: 3.2rem;
    margin-bottom: 1rem;
}



.usps.geen_extra_marge_onderkant + .usps{
	padding-top: var(--bs-gutter-x) !important;
}

@media (max-width:767px)
{

    .jumbotron.usps {
		margin-top: calc(var(--jumbotron-standard-margin) / 2);
    }
	.usps .content_boven {
		margin-bottom: 5rem;
	}

	.usps .row{
		--bs-gutter-y: 3rem;
	}
	.usp_item_icoon {
		margin-bottom: 2rem;
	}
}

@media (min-width:768px) and (max-width:991px)
{

}

@media (min-width:992px) and (max-width:1199px)
{

}
@media (min-width: 1200px)
{
}
