.scholtalbers-team {
}

.scholtalbers-team-content {
    background-color: #fff;
    padding: 29px 26px 32px 30px;
    margin-right: 22px;
    margin-top: -40px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    text-align: left;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    -moz-transition: box-shadow 0.2s linear;
    -o-transition: box-shadow 0.2s linear;
    -webkit-transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
}

.scholtalbers-team-title {
    font-size: 21px;
    line-height: 1.2;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0 0 4px 0;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.scholtalbers-team-position {
    padding: 0;
    margin: 0;
}

.scholtalbers-team-tel, .scholtalbers-team-mail {
    color: #bb1618;
}

.scholtalbers-team address {
    color: #bb1618;
    font-size: 15px;
    font-weight: 600;
    margin: 15px 0 0 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

.scholtalbers-team address a {
    color: #bb1618;
}

.scholtalbers-team:hover .scholtalbers-team-title {
    color: #dd3d53;
}

.scholtalbers-team:hover .scholtalbers-team-content {
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}