/* .team-data{
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction:column;
} */
.team-data h1{
    color: #FFF;
    font-family: Syne-Bold,Kufam-Bold,sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.team-data span{
    color: #ECAB03;
    font-family: Arial; 
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.team-data p{
    color: #FFF;
    font-family: Arial; 
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 197%;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
}
.allTeamMem{
    display: flex;
    gap: 12px;
}
.member{
    overflow: hidden;
    display: flex;
    padding-right: 1.982px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
    border-radius: 46px;
    background: linear-gradient(180deg, rgba(31, 31, 31, 0.00) 0%, rgba(31, 31, 31, 0.90) 15.1%, #1F1F1F 100%);
}
.img-wraper-member{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 363px;
    float: right;
    margin-left: 100px;
    min-height: 490px;
    background: linear-gradient(180deg, rgba(31, 31, 31, 0.00) 0%, rgba(31, 31, 31, 0.90) 15.1%, #1F1F1F 100%);
}
.line-img{
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(270deg, rgba(223, 152, 34, 0.00) 0%, #DF9822 51.56%, rgba(223, 152, 34, 0.00) 100%);
}
.shadow-img{
    border-radius: 505px;
    opacity: 0.4;
    background: #DAB861;
    filter: blur(117.03431701660156px);
    width: 505px;
    height: 393px;
    position: absolute;
    bottom: 5%;
    left: -75px;
    z-index: -1;
}
#team{
   background: #0F0F0F;;
}
.our-team h2 {
    color: #FFF;
    text-align: center;
    font-family: Syne-SemiBold,Kufam-SemiBold,sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
