.tpexperts {
    min-height: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) -20px 0px 10px -12px;
}

.tp-team-area .row + .row {
    margin-top: 30px;
}

.tpexperts__thumb img,
.tpexperts__shape img {
    display: block;
    width: 100%;
}

.tpexperts__contact-link {
    font-weight: 600;
    color:var(--tp-theme-color)
}

.tpexoerts_nameover {
    position: absolute;
    z-index: 12;
    bottom:0;
    right:0;
    display: inline-flex;
    flex-direction: column;
    background-color: #fff;
    padding: 1rem 1.2rem 0 1.2rem;
    border-top-left-radius: 20px;
}
.tpexoerts_nameover p,
.tpexoerts_nameover h3 {
    display: inline-block;
    margin:0;
    padding: 0;

}
.tpexoerts_nameover p {
    margin-top:0.5rem;
}

@media (max-width: 575px) {
    .tpexoerts_nameover {
        max-width: calc(100% - 16px);
        padding: .8rem 1rem .2rem;
    }

    .tpexoerts_nameover h3 {
        font-size: 20px;
        overflow-wrap: anywhere;
    }
}
