.team-new{
    padding: 150px 0 65px;
}

.heading-h2{
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #1A2557;
}

.text-sub{
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #4E576B;
    max-width: 856px;
    margin: 0 auto;
}

.img-user{
    background: #F7F8FA;
    border-radius: 10px;
    padding: 20px;
}

.img-container{
    background: #FFFFFF;
    box-shadow: 0px 18.4305px 55.2915px 9.21525px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    position: relative;
    margin: -85px 15px 0 15px;
    padding: 25px 25px 0 25px;
    z-index: 1;
    text-align: center;
}

.img-container h4{
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #1A2557;
    margin-bottom: 0;
}
.img-container h6{
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #0069FF;
    margin-bottom: 13px;
}
.img-container ul{
    text-align: center;
    list-style: none;
    margin: 15px 0 0;
    padding: 0;
}

.img-container ul li{
    display: inline-block;
    margin: 0 1px;
}
.img-container ul li a{
    background: #4E576B;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.img-container ul li a:hover{
    background: #0069FF;
}

.link-arw-top1{
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 105, 255, 0.6);
    border-radius: 50%;
    position: relative;
    bottom: -15px;
}

.text-slide{
    padding: 30px;
    display:none;
    position: absolute;
    max-height: 477px;
    bottom: 0;
    left: 15px;
    right: 15px;
    background: #fff;
    z-index: 1;
    box-shadow: 0px 10px 60px 10px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}
.text-slide .inside-dv{
    overflow: auto;
    position: relative;
    max-height: 412px;
}

/* width */
.text-slide .inside-dv::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.text-slide .inside-dv::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.text-slide .inside-dv::-webkit-scrollbar-thumb {
    background: #0069FF;
}

/* Handle on hover */
.text-slide .inside-dv::-webkit-scrollbar-thumb:hover {
    background: #0069FF;
}




.text-slide p{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #1A2557;
}
.link-arw-down{
    width: 38px;
    height: 38px;
    transform: translateX(-50%);
    left: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgb(0 105 255 / 60%);
    border-radius: 50%;
    position: absolute;
    bottom: -15px;
}
.link-arw-down img{
    transform: rotate(180deg);
}

@media only screen and (max-width:1023px){
    .img-container{
        padding: 15px;
    }
    .img-container h4{
        font-size: 16px;
    }
    .link-arw-top1{
        bottom: -32px ;
    }
    .text-slide{
        max-height: initial;
        top: 0;
    }
    .text-slide .inside-dv{
        max-height: initial;
        height: 100%;
    }
}
@media only screen and (max-width:767px){
.heading-h2{
    font-size: 30px;
}
}