  .office-card {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.avatar-round {
    border: 5px solid #fff;
    border-radius: 100%;
    overflow: hidden;
    display: block;
    height: 150px;
    width: 150px;
}
.avatar-round img {
    position: relative;
    object-fit: cover;
    object-position: top;
}
.team-details {
    background: #fff;
}
.team-details {
    width: calc(100% - 50px);
    margin-left: -48px;
    padding: 20px 15px 20px 60px;
    display: flex;
    flex-direction: column;
    height:200px;
}
.team-details h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #333333;
}
.team-details p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}
.team-details span {
    font-size: 16px;
    line-height: 26px;
    color: #555555;
}
.team-details span i {
    margin-right: 5px;
}
.team-details span a {
    text-decoration: none;
}
