.overmij-title{
    display: flex;
    align-items: center;
    flex-direction: row;
}

.overmij-title h5{
    font-weight: 700;
}

.overmij-title h5{
    margin-right: 10px;
}

.streep{
    width: 100%;
    height: 3px;
    background-color: #D9D9D9;
}

#skills{
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    gap: 10px;
}

.skill{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 15%;
    gap: 10px;
}

.skill p{
    font-size: 12px;
}

.skill img{
    width: 100%;
}

#opleidingen{
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    gap: 30px;
}

.opleiding{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.opleiding div{
    width: 350px;
}

.looptijd{
    color: var(--teal);
    font-weight: 700;
}

.schoollocatie{
    font-weight: 700;
}

.studie{
    color: var(--teal);
}

  /*------------------------------------------------------Mobile------------------------------------------------------ */
@media only screen and (max-width: 600px) {
    #skills{
            flex-wrap: wrap;
            justify-content: center;
            
    }

    .skill {
    width: 23%;
    gap: 10px;
}

    #opleidingen{
    margin-bottom: 1vh;
}

    .opleiding div{
    width: 225px;
    margin-bottom: 1vh;
}
}