#team{
    display: block;
    width: 100%;
    height: 100%;
    /* min-height: 100vh; */
    background-color:#FFFFFF;

}

#team .team-wrapper{
    /* min-height: 100vh; */
    width: 100%;
    height: 100%;
    position: relative;
    padding: 80px 0px 100px 0px;
    box-sizing: border-box;
}

#team .team-wrapper::after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000000;
    position: absolute;
    top: 150px;
    left: 0;
}

#team .team-wrapper::before{
    content: '';
    width: 1px;
    height: 100%;
    background-color: #000000;
    position: absolute;
    top: 0px;
    left: 120px;
}

#team .team-wrapper .team-content{
    position: relative;
    padding: 0px 20px 0px 150px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    /* min-height:100vh; */
    max-width: var(--website-content-max-width);
    margin: auto;
}

/* #team .team-wrapper .team-content::before{
    content: '';
    width: 1px;
    height: 100%;
    background-color: #000000;
    position: absolute;
    top: 0px;
    left: -30px;
} */
.top-container{
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
}
.top-container .left-container{
    width: 300px;
}
.top-container .right-container{
    position: relative;
    z-index: 2;
    margin-top: 30px;
    width: calc(100% - 300px);
}

.top-container .left-container .title{
    font-size: 42px;
    font-weight: bold;
    color: #000000;
}

.top-container .right-container .right{
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
}
.top-container .right-container .right .image{
    width: 286px;
    height: auto;
    display: inline-block;
}
.top-container .right-container .right .text{
    padding: 30px;
    width: calc(100% - 286px);
    box-sizing: border-box;
    padding-left: 40px;
    font-size: 18px;
    word-spacing: 20px;
}
.top-container .right-container .right .image img{
    width: 100%;
    height: auto;
}

/* bottom-container */
.bottom-container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.bottom-container .left-container{
    width: calc(100% - 600px);
}
.bottom-container .left-container .text{
    box-sizing: border-box;
    padding-right: 0px;
    font-size: 18px;
    word-spacing: 20px;
}

.bottom-container .right-container{
    width: 600px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.bottom-container .right-container .image{
    width: 286px;
}
.bottom-container .right-container .image img{
    width: 286px;
    height: auto;
}

@media screen and (max-width:1199px) {
    #team .team-wrapper::before{
        content: '';
        width: 1px;
        height: 100%;
        background-color: #000000;
        position: absolute;
        top: 0px;
        left: 70px;
    }
    #team .team-wrapper .team-content{
        padding: 0px 20px 0px 90px;
    }
    #team .team-wrapper{
        padding: 90px 0px 40px 0px;
    }
    #team .top-container{
        flex-direction: column;
        margin-bottom: 30px;
    }
    #team .top-container .right-container{
        width: 100%;
    }
    .top-container .right-container .right .text{
        padding:0px 30px;
    }
    .top-container .right-container .right .text p{
        margin: 0 0 10px;
    }
    #team .bottom-container{
        flex-direction: column-reverse;
    }
    #team .bottom-container .right-container{
        width: 100%;
        gap: 40px;
    }
    #team .bottom-container .right-container .image{
        width: 50%;
    }
    #team .bottom-container .right-container .image img{
        width: 100%;
    }
    #team .bottom-container .left-container{
        width: 100%;
    }
}
@media screen and (max-width:767px) {
    #team .team-wrapper::before {
        content: '';
        width: 1px;
        height: 100%;
        background-color: #000000;
        position: absolute;
        top: 0px;
        left: 20px;
    }
    #team .team-wrapper .team-content {
        padding: 0px 20px 0px 40px;
    }
    #team .top-container .left-container .title{
        font-size: 34px;
    }
    #team .top-container .left-container{
        width: 100%;
    }
    #team .top-container .right-container .right{
        flex-direction: column;
    }
    #team .top-container .right-container .right .image{
        width: 100%;
        max-width: 310px;
        margin: auto;
    }
    #team .top-container .right-container .right .text{
        width: 100%;
        margin-top: 20px;
        padding: 0px;
    }
    #team .bottom-container .right-container{
        flex-direction: column;
    }
    #team .bottom-container .right-container .image {
        width: 100%;
        max-width: 310px;
        margin: auto;
    }
}
    