.core-wrapper{
    display: flex;
    justify-content: space-between;
    height:98vh;
}

.core-section-1{
    display: flex;
    justify-content: center;
    align-items: center;
}


.core-desc-container{
    padding: 50px 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.core_girl_img{
    z-index: 5;
    position: relative;
    margin-left: -15%;
    width: 100%;
    object-fit: cover;
    border-top-right-radius: 50rem;
    border-bottom-right-radius:50rem;
}

.core-desc-section-1{
    flex: 1;
}

.core-desc-section-2{
    padding: 30px;
    flex: 1;
    display: flex;
    align-items: center;
}

.core-desc-wrapper{
    position: relative;
}

.core_doll_img{
    z-index: 1;
    position: absolute;
    top: -60%;
    left: 8%;
    height: 70%;
}

.img-container-circle{
    height: 12rem;
    width: 100%;
    position: relative;
}

.team-img-center-wrapper{
    height: 100%;
    display: flex;
    align-items: center;
}
.circle_team_img{
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: contain;
}

.circle_people_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 500px;
    
}

.circle-people-img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 500px;
  
}

.team-title{
    font-size: 30px;
}


.team-row-padding {
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, #2f8fec 0%, #2ec5e7 50%, #92ecb8 100%) 1;
    border-image-slice: 1; 
}

.team-padding{
    padding: 2.5rem 0px;
}

.team-title-green{
    color: #94cc00!important;
}
.team-title{
    color:#00f3ff;
}

.core-desc-text-container{
    color: #fff;
    text-align: justify;
}

.team-desc{
    color: #fff;
}

.team-background{
    max-height: 100vh;
    width: 100%;
    height: 100vh;
    background: url(../assets/img/common/test_team.png) no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.team-desc-container{
    padding-bottom: 5rem;
}