.additional-pages-teamblock {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}
.team-member {
    width: calc(100% / 3 - 80px / 3);
    text-align: center;
    min-width: 150px;
}
.team-member-name {
    font-weight: bold;
}
.team-member-foto img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid PowderBlue;
}
.team-member-contact {
    color: #0c549b;
    border-bottom: 1px dashed;
}
.breadcrumbs-container {
    position: relative;
    top: 15px;
}