#wrapper_intern {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    justify-content: center;
}


.item_intern {
    width: 280px;
    height: 160px;
    border: 1px solid var(--color_logo);
    background-color: white;
    display: flex;
    flex-direction: row;
  
}

.item_intern:hover {
    background-color: var(--color3);
}

.item_intern_icon {
    min-width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item_intern_icon img {
    width: 50px;
}

.item_intern_text_headline {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
}

.item_intern_text {
    display: flex;
    flex-direction: row;
    height: 60%;
    align-items: center;
    margin-top: -10px;
    padding-right: 5px;

}
