.klant_worden_blok h2{
	margin-bottom: 6rem;
}

.klant_worden_blok p:last-child{
	margin-top: 6rem;
}

.stap_icoon{
	width: 17.6rem;
	height: 17.6rem;
	border-radius: 0.5rem;
	border: 0.1rem solid #d9d9d9;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3rem;
	margin-bottom: 2rem;
}

.stap_icoon svg{
	width: auto;
	height: 100%;
}

.stap_container_wrap{
	margin-bottom: 3rem;
	grid-template-columns: repeat(auto-fill, minmax(304px, 1fr));
    justify-items: center;
    text-align: center;
}

.stap_container strong{
	font-size: 2rem;
	font-weight: 500;
	line-height: 2.8rem;
}

@media (max-width:767px)
{		
	.stap_container_wrap{
		grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.stap_container_wrap{
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	.stap_container_wrap{
		grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	}
}

@media (min-width:1200px) and (max-width:1399px)
{
    
}

@media (min-width:1400px)
{
    
}