.profile-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-right:black 10px;
    margin-bottom: 15%;
}

.profile-container img {
    width: 12vw;
    height: 12vw;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto;
    margin-top: 10%;
    min-width: 140px;
    min-height: 140px;
    margin-bottom: 5%;
}

#profile-container-name {
    font-size: 2.1vw;
    margin: 0 auto;
    margin-bottom: 5%;
}

#profile-container-name a {
    text-decoration: none;
}

#profile-container-headline {
    font-size: 1.25vw;
    text-align: center;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 7%;
}

.profile-container-info {
    font-size: 1.1vw;
    margin-left: 7%;
    margin-bottom: 5%;
}

.profile-container-info ul {
    padding: 0;
    padding-left: 5%;
    margin-top: 2%;
    margin-bottom: 0%;
}

.profile-container-info li {
    font-size: 1.1vw;
}

.profile-container-contact {
    font-size: 1.1vw;
    margin-left: 7%;
    margin-bottom: 4%;
}

.profile-container-contact a {
    text-decoration: none;
}