.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text {
    padding: 30px;
    background: #212529E5;
    text-align: center;
    position: relative;
    transition: all 0.3s;
    position: absolute !important;
    right: 3%;
    width: 94%;
    z-index: 1;
    bottom: 10px;
    border-radius: 5px;
    height: 100px;
}
.wpo-team-section{
    position: relative;
}
.arrow-right,.arrow-left{
    position: absolute;
    content: "";
    top: 38%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}

.arrow-right{
    right: -80px;
}

.arrow-left{
    left: -80px;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img{
    height: 410px;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 757px) {
    .wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img{
        height: auto;
    }
}