.teamPage__member{
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
}

.teamPage__memberContent{
    background-color: #e2001a;
    padding: 20px;

}
.teamPage__memberContent *{
    color: white;
    text-transform: uppercase;
}

.teamPage__memberContent p {
    font-size: 18px;
    margin-bottom: 2px;
}

.teamPage__memberContent h3{
    margin-bottom: 2px;
    text-transform: uppercase;
}

.break{
    margin-right: 20px;
}

.teamWidget .teamWidget__phone {
    font-size: 28px;
    font-weight: 500;
}

.teamWidget .teamWidget__mail {
    font-size: 28px;
    font-weight: 500;
}

@media (min-width: 991.99px) and (max-width: 1199.98px) {
    .teamWidget .teamWidget__phone,
    .teamWidget .tel,
    .teamWidget .tel:visited,
    .teamWidget .tel:hover,.tel:focus,
    .teamWidget a[href^=tel]
    {
        font-size: 22px;
        font-weight: 500;
        color: #fff;
    }

    .teamWidget .teamWidget__mail {
        font-size: 22px;
        font-weight: 500;
    }
}

