/*certificaten en beelden*/
:root {
    font: 15px;
}
.cert-sectie{
    /*width: 700px;*/
    width: 100%;
    height: auto;
    background-color: #660033;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cert {
    /*width:550px;*/
    
    height:auto;
    background-color:  #666600;
    margin:auto;
    padding:20px 60px 20px 60px;
}
.beeld-cert {
   /* width: 550px;
    height: 380px;*/
    max-width: 95%;
    height:auto ;
   

}
.titel-cert {
    text-align:center;
    border-bottom:3px ridge  #FFFF33;
    border-top:3px solid  #FFFF33;
    padding:6px;
    font-family: Arial;
    font-weight: 600;
    background-color:  #D6D6D6;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    font-size: .8 rem;
    max-width: 95%;
}
