/* Diensten sectie: box-omtrek om volledige kaart, stabiel bij scroll */

/* Kolommen gelijke hoogte */
#waarom-qps .feature--style-1 .row > [class*="col"],
.feature--style-1 .row > [class*="col"] {
	display: flex;
}

#waarom-qps .feature--style-1 .__item,
.feature--style-1 .__item {
	box-sizing: border-box;
	padding: 25px 20px 30px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#waarom-qps .feature--style-1 .__item:before,
.feature--style-1 .__item:before {
	left: 0 !important;
	right: 0 !important;
	top: 0 !important;
	bottom: 0 !important;
	margin-left: 0 !important;
	padding: 0 !important;
	border-width: 2px !important;
	border-radius: 12px !important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#waarom-qps .feature--style-1 .__item:hover:before,
.feature--style-1 .__item:hover:before {
	border-color: #282154;
}
