.team-section{
    padding: 3rem 0;
    min-height: 45vh;
}
.team-section .team-card{
    margin: 1rem auto;
    padding: 1.5rem;
    box-shadow: 5px 5px 20px #222;
    text-align: center;
    background-color: transparent;
    height: 130px;
}
.team-section .team-card .card-text{
    margin-top: 10px;
}
.team-section .team-card .card-text h5{
    font-weight: bold;
}
.team-section .team-card .card-text a{
    text-decoration: none;
    color: #fff;
}
.light-mode .team-section .team-card .card-text a{
    color: #333;
}
.team-section .team-card .card-text a:hover{
    color: #009bcd;
}
