.box-team-001 {
    position: relative;
}

.box-team-001:before {
    position: absolute;
    content: '';
    width: 98%;
    height: 69%;
    background: #cdede4;
    bottom: 68px;
    right: 29px;
    margin: auto;
    transition: 0.3s;
}

.img-border-001 {
    position: relative;
    box-shadow: 2px 2px 6px 2px #b1b1b15e;
    border: 1px solid #caeaee !important;
}

.img-border-001:before {
    position: relative;
}