
.main-page-title{
text-align: center;
}

.team{
max-width: 80%;
}

.team-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: space-evenly;
align-content: center;
}

.team-profile {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-items: center;
width: 250px;
}

.team-picture {
max-width: 80%;
border-radius: 1000px;
margin-bottom: 15px;
}

.team-name {
margin-bottom: 0;
margin-top: 0;
font-size: 20px;
line-height: 20px;
}

.team-instagram>svg.icon.icon-instagram {
width: 25px;
color: black;
margin-top: 10px;
margin-bottom: 50px;
}
