.referenten_liste {
    margin: 20px 0;
}

.referenten_liste .col {
    display: grid;
    grid-template-columns: 150px auto;
    gap: 1rem;
    border-bottom: 1px solid #5DC4B7;
    margin: 1.25rem 0 !important;
    padding: 0 0 1.25rem 0 !important
}

@media only screen and (max-device-width: 640px) {
    .referenten_liste .col {

        display: block;
    }
}

/* 
.referenten_liste .col img {
    width: 150px;
    height: 200px;

    object-fit: cover;
} */