.team-modul .row {
    display: flex;
    flex-wrap: wrap;
}
.team-modul img {
    object-fit: cover;
    height: 400px;
    width: 100%;
}
.team-modul .phone img, .team-modul .mail img {
    width: auto;
    height: 20px;
    border-radius: 0!important;
    margin-top: -3px;
}
.team-modul .team-modul-desc a {
    color:#2a638e;
}
.team-modul h3 {
    padding: 0;
    margin: 0 0 10px 0;
    color: #2a638e;
    font-size: 20px;
}
.team-modul .col-lg-4 {
    margin-bottom: 40px;
}
.team-modul h4 {
    font-size: 16px;
    padding: 0;
    margin: 0 0 10px 0;
     color: #323d4c;
    text-transform: inherit;
	font-weight:bold;
}
.team-modul-desc {
    padding-top: 23px;
}
.team-modul {
    margin-bottom: 30px;
}
.team-modul .phone {
    font-size: 14px;
    padding: 0;
    margin: 0;
}
.team-modul .mail {
    font-size: 14px;
    padding: 0;
    margin: 0;
}
@media screen and (max-width: 992px) {
    .team-modul .col-lg-3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    width: 44%;
}
}