.team__image{
    border: 10px solid #fff;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.12);
}

.team__image--two{
    display: none;
}

.team__image--round {
    width: 200px;
    border-radius: 50%;
}

.teammodul hr {
    margin-top: .45rem !important;
    margin-bottom: .45rem !important;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .06)
}

.team__name h4 {
    margin-bottom: 8px !important;
}

.team__name {
    line-height: 22px;
}