.Team{
    margin-top: 128px;
}

.Team h2{
    display: flex;
    justify-content: center;
    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 800;
    font-size: 74px;
    color: #FFFFFF;
}


.Team .team-cardcontainer{
    position: relative;
    justify-content: space-around;
    display: flex;
    margin-top: 84px;
    flex-wrap: wrap;
    max-width: 94%;
    margin-left: 3%;
    border-radius: 40px;
}

.Team .team-cardcontainer .teamcard{
    display: flex;
    justify-content: space-around;
    position: relative;
    max-width: 1152px;
    width: 100%;
    height: 473px;
    margin-top: 30px;
    background: #1F315E;
    border-radius: 40px;
    
}




.Team .team-cardcontainer .teamcard .teamimgcontainer .team-bg{
    position: absolute;
    width: 418px;
    height: 418px;
    background: #7EC148;
    border-radius: 40px;
    box-sizing: border-box;
    margin: 36px 0 0 3px;
}

.Team .team-cardcontainer .teamcard .teamimgcontainer .team-message{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 366px;
    height: 89px;
    z-index: 5;
    top: 10%;
    left: 35%; 
    background: #0A9BDA;
    border-radius: 30px;
}
.Team .team-cardcontainer .teamcard .teamimgcontainer .team-message p{
    width: 326px;
    height: 33px;
    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
    /* or 127% */
    color: #FFFFFF;
}

.Team .team-cardcontainer .teamcard .teamimgcontainer img{
    position: relative;
    z-index: 4;
   
}

.Team .team-cardcontainer .teamcard .teamtextcontainer{
    position: relative;
    margin-right: 10%;
}


.Team .team-cardcontainer .teamcard .teamtextcontainer h3{
    width: 224px;
    height: 31px;
    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    /* or 131% */
    margin-top: 40%;

    color: #FFFFFF;
}

.Team .team-cardcontainer .teamcard .teamtextcontainer .description{
    width: 450px;
    height: 26px;
    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    /* or 156% */
    margin-top: 20px;

    color: #FFFFFF;
}

.Team .team-cardcontainer .teamcard .teamtextcontainer .info{
    
    width: 480px;
    height: 48px;
    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    /* or 127% */
    margin-top: 55px;

    color: #FFFFFF;
}