.echipa-item .title.h4 {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 2px;
}
.functie {
    font-size: 18px;
    line-height: 26px;
}
.bg-lightgrey .functie {
    color: var(--purple);
}
.member-inner figure {
    margin: 0;
}
.member-inner img {
    margin: 0 auto;
    filter: grayscale(1);
}
.active-section .member-inner img {
    transition: all 300ms cubic-bezier(0.000, 0.000, 0.580, 1.000); /* ease-out */
    transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000); /* ease-out */
}
.member-inner:hover img {
    filter: grayscale(0);
}
.exprienta.badge {
    display: none !important;
    width: 91px;
    height: 91px;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    padding-bottom: 10px;
}
.exp-period.title {
    font-size: 40px;
    color: var(--black);
    font-weight: 900;
    line-height: 40px;
}
.label-exp.p {
    font-size: 14px;
}
.bg-lightgrey .exprienta.badge {
    background: var(--aqua);
}
.exprienta.badge i {
    font-size: 36px;
    position: relative;
    left: 1px;
    color: var(--grey);
}
.small-arrow-figure {
    position: absolute;
    bottom: -8px;
    left: -1px;
}
.bg-blue .exprienta.badge i {
    color: var(--purple);
}
.member-inner figure {
    padding: 0 20px;
}
@media (min-width: 1199px) {
    body:not(.wp-admin) .component-echipa .up-section {
        margin-top: -130px;
    }
    .member-inner figure img {
        max-height: 310px;
        object-fit: contain;
    }
}