.feit_item_title{
	display: block;
	position: relative;
	text-decoration: none !important;
    
    color: var(--donkerblauw) !important;
    font-family: museo, serif;
    font-size: 3.5rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 4.2rem;
    padding-left: 4rem;
    transition: 0.3s color;
}

.feit_item_title span{
    color: var(--blauw)
}

.feit_item_title:hover{
    color: var(--roze) !important;
}

.feit_item_title:before{
    color: var(--roze) !important;
	content: "\f077";
	position: absolute;
	left: 0;
    font-weight: 300;
	top: 0;
    font-size: 2rem;
	font-family: 'Font Awesome 6 Pro';
}

.feit_item_title.collapsed:before{
	content: "\f078";	
}

.feit_item_content{
	border-top: none;
}

.feit_item_content_inner{
    padding-left: 4rem;
}

.feit_item:first-child{
    padding-top: 0;
}

.feit_item{
    padding: 1rem 0;
}

.speaker{
    display: inline-block;
    padding: 3rem 4rem;
    border: 0.1rem solid #e5e5e5;
    background-color: #ffffff;
    border-radius: 2rem;
    font-family: museo, serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--blauw);
    line-height: 3.5rem;
    position: relative;
}

.speaker:after{
    width: 5.4rem;
    height: 2.8rem;
    background: #fff;
    border-radius: 2rem;
    left: -1px;
    bottom: -1px;
    position: absolute;
    content: "";
}

.speaker:before{
    content: "";
    width: 7.8rem;
    height: 7.6rem;
    background: url(../../../images/speaker.png);
    display: block;
    position: absolute;
    left: -4rem;
    bottom: -5rem;
    z-index: 5;
}

@media (max-width:767px)
{		
    .feit_item_title{
        font-size: 2.2rem;
        line-height: 3.2rem;
    }
	
	.speaker:after{
		border-top-right-radius: 20rem;
	}
    
    .speaker{
        padding: 1.5rem;
        text-align: center;
        width: 100%;
        margin-bottom: 6rem !important;
    }
    
    .speaker br{
        display: none;
    }
}

@media (min-width:768px) and (max-width:991px)
{
	.speaker_container{
		margin-bottom: var(--jumbotron-standard-margin);
	}
}

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

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

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