.team_item span{
	color: #34019b;
	font-size: 2.4rem;
	font-weight: 500;
	font-style: italic;
	line-height: 3rem;
	margin-bottom: 3rem;
	display: block;
}

.team_foto{
	width: 30rem;
	min-width: 30rem;
	flex: 1;
}

.team_foto img{
	border-radius: 3rem;
}

.team_content{
	padding-top: 5.5rem;
}

.leden_items > div:nth-child(even){
	margin-top: 10rem;
}

.leden_items{
	row-gap: 2rem;
}

.leden_items{
	--bs-gutter-x: 8rem;
}

@media (max-width:767px)
{		
	.leden_items > div:nth-child(even) {
        margin-top: 0;
    }
	
	.team_content {
		padding-top: 0;
	}
	
	.team_foto {
		width: 20rem;
		min-width: 20rem;
		flex: 1;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.leden_items > div:nth-child(even) .team_item{
        flex-direction: row-reverse;
    }
    
    .leden_items > div:nth-child(even) {
        margin-top: 0;
    }
}

@media (min-width:992px) and (max-width:1199px)
{
    .leden_items > div:nth-child(even) .team_item{
        flex-direction: row-reverse;
    }
    
    .leden_items > div:nth-child(even) {
        margin-top: 0;
    }
}

@media (min-width:1200px) and (max-width:1399px)
{
    .team_foto {
        width: 22.5rem;
        min-width: 22.5rem;
        flex: 1;
    }
}

@media (min-width:1400px)
{
    
}