.oplossing_titel{
    color: #29265b;
    font-family: 'Poppins', sans-serif;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 1rem;
}

.oplossing_content a{
    color: #2273b9;
    font-family: 'Space Mono', monospace;
    font-size: 1.4rem;
    font-weight: 400;
    text-decoration: none;
    line-height: 3rem;
}

.oplossingen_row{
    row-gap: 6.5rem
}

.oplossing_titel{
	pointer-events: none;
}

@media (max-width:767px)
{		
	.oplossing_titel{
		pointer-events: all;
		font-size: 1.6rem;
		position: relative;
		line-height: 5.6rem;
		padding-right: 3rem;
		border-bottom: solid 0.1rem rgba(109,165,213,0.5);
	}
	
	.oplossing_titel:after{
		content: "\f078";
		position: absolute;
		right: 5px;
		top: 0;
		font-family: 'Font Awesome 6 Pro';
		transition: 0.3s transform, 0.3s border-bottom;
	}
	
	.oplossing_titel.open{
		border-bottom: solid 0.1rem rgba(109,165,213,0);
	}
	
	.oplossing_titel.open:after{
		transform: rotate(-180deg);
	}
	
	.oplossing_content{
		display: none;
		padding-bottom: 2rem;
	}

	.oplossingen_row{
		row-gap: 0rem
	}
}

@media (min-width:768px) and (max-width:991px)
{
	
}

@media (min-width:992px) and (max-width:1199px)
{
	
}

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

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