.team-wrapper{
display:flex;
align-items:center;
gap:40px;
    justify-content: center;
}

.team-icon img{
width:120px;
}
.team-image {
    width: 50%;
}
.team-content {
    max-width: fit-content;
}
.team-image img{
width:260px;
border-radius:20px;
}

.team-content{
max-width:600px;
}

.team-name{
font-size:40px;
font-weight:700;
}

.team-desc{
font-size:18px;
color:#6c7a89;
line-height:1.6;
}
.team-experience {
    margin: 0 20px;
}
.team-experience .team-desc{
    margin:15px 0 50px;
}
.team-social{
margin-top:20px;
display:flex;
gap:15px;
}

.team-email{
margin-top:20px;
}

.about-text p {
    font-size: 18px;
    line-height: 1.8;
}
.team-about h3 {
    margin: 40px 20px 20px;
}
.team-about
 {
    margin-bottom: 20px;
}
.team-icon {
    position: relative;
    right: -7%;
    bottom: -85px;
}
.image-teambx {
    width: 50%;
    background: linear-gradient(180deg, #007E86 0%, #2C2C2C 100%);
    border-radius: 15px;
    padding: 50px;
}
.team-icon img {
    width: 50%;
    position: absolute;
    right: 0;
        top: 119px;
}


/* Tablet */

@media(max-width:991px){

.team-wrapper{
flex-direction:column;
text-align:center;
}

.team-name{
font-size:32px;
}

}

/* Mobile */

@media(max-width:576px){

.team-name{
font-size:26px;
}
.image-teambx {
    width: 100%;
    background: linear-gradient(180deg, #007E86 0%, #2C2C2C 100%
100%
);
    border-radius: 15px;
    padding: 50px;
}
.team-desc{
font-size:16px;
}
    .team-icon img {
        width: 69% !important;
        position: absolute;
        right: -32px;
        top: 146px;
    }


}