.teampage {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
}

.teampage_headline {
    font-family: var(--mainfont);
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #081e3c;
    height: 120px;
}


.teamie {
    width: 410px;
}

.teamie_pic_small {
    height: 120px;
    width: 145px;
    /* margin-right: 10px; */
}

.teamie_pic_big {
    height: 120px;
    width: 250px;
}

.teamie_shortdesc {
text-align: justify;
font-size: 12px;
  height: 150px;
  margin-bottom: 15px;
  color: var(--font-color);
  line-height: 170%;
  overflow: auto;
scrollbar-width: none;
  padding-right: 5px;
}

.teamie_pics {
    height: 120px;
    display: flex;
    gap: 15px;
}

.teamie_namepic {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 15px;
    justify-content: center;
    height: 120px;
}

.teamie_name {
    font-family: var(--mainfont);
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 3px;
    color: var(--headline-color);
}