.manager-tiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.manager-tile {
    width: calc(100%/4 - 15px);
    margin-bottom: 20px;
}
.manager-tile__name {
    font-family: "pfdintextpro-bold";
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.manager-tile__phone {
    font-weight: bold;
    margin: 0;
}
.manager-tile__phone-icon {
    max-width: 30px;
    width: 30px;
    height: 30px;
}

.foto-team{
    padding-top:100%;
    background-repeat:no-repeat;
    background-position: center;
    -webkit-background-size:cover;
    background-size:cover;
    border-radius: 0 15px;
    -webkit-border-radius:0 15px;
    -moz-border-radius:0 15px;
    margin-bottom: 15px;
}


@media (max-width: 991px) {
    .manager-tile {
        width: calc(100%/2 - 15px);
    }
}
@media (max-width: 470px) {
    .manager-tile {
        width: 100%;
    }
}