.coverImage
{
    height: 35vw;
    background-image: url('https://ganzin.com/wp-content/uploads/2023/03/TeamImage_XXL_long.webp');
    background-position: left 46% top 0;
    background-size: cover;
    margin-top: 48px;
    min-height: 250px
}
.titleDecoration:before{
    content: "\2014";
    margin-right: 10px;
}
.titleDecoration:after{
    content: "\2014";
    margin-left: 10px;
}
.DownSection{
    text-align: center;
}
.MemberIntro {
    display: flex;
    justify-content: center;
    -Webkit-justify-content: center;
    padding:0px 50px;
    flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.leader {
width: 20%;
text-align: center;
padding: 10px;
}
.leader img {
width: 70%;
}
.leader p {
margin: 5px;
color:black;
}
.leader p:nth-child(4) {
color:rgb(140,140,140);
margin-top:0px !important;
}
.leader p:nth-child(3) {
margin-bottom:0px !important;
}
.name{
    font-weight: bold;
    font-size: 1.2em;
}
.profile
{
    width: calc(13rem);
}
.profilePic
{
    width: calc(11rem);
}
@media all and (max-width:1120px){
    .leader {
        width: 25vw;
    }
}
@media all and (max-width: 780px){
    .leader {
        width: 70%;
    }
}
@media all and (max-width: 410px){
    .leader {
        width: 100%;
    }
}