.section-content.team{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.team-item{
    display: inline-block;
    width: 35%;
}

.team-item > img{
    width: 100%;
    margin-bottom: 25px;
}

.team-item > h4, .team-item > p{
    text-align: center;
    font-weight: 400;
}

.team-item > h4{
    text-transform: uppercase;
    font-size: 20px;
}

#team > a {
    display: block;
    text-align: center;
    width: fit-content;
    border: 2px solid #2f2f2f;
    border-radius: 0;
    color: #2f2f2f;
    font-size: 13px;
    line-height: 1;
    margin: 0;
    padding: 17px 26px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    background-color: transparent;
    letter-spacing: 0.02em;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

#team > a:hover {
    outline: medium none;
    text-decoration: none;
    color: #fff;
    background-color: #2f2f2f;
    border-color: #2f2f2f;
}