.content-team {
    margin-bottom: 120px !important;
}

.tile-team {
    position: relative;
    height: 400px;
    margin: 0 0 100px;
}

.team-link {
    display: block;
    overflow: visible;
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #c5cddb;
    border-top: none;
    background-color: #fff;
}

.tile-team .team-link:before,
.tile-team .team-link::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 3px;
    background-color: #c5cddb;
}

.team-overview {
    position: relative;
    overflow: hidden;
    height: 150px;
    padding: 20px 20px 0;
}

.team-profile {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.team-profile h2,
.team-profile p {
    text-align: center;
    margin: 0 !important;
}

.team-profile p {
    font-size: 0.9rem
}

.team-circle {
    overflow: hidden;
    position: absolute;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 3px solid #c5cddb;
    background-color: #ffffff;
    left: 50%;
    top: -75px;
    margin-left: -75px;
}

.team-metadata {
    top: 185px;
    height: 45px;
    position: absolute;
    left: 0;
    width: 100%;
}

.team-metadata p {
    font-size: 1vw !important;
    margin: 0 20px;
    line-height: 20px;
}

.team-divider {
    position: absolute;
    top: 175px;
    height: 1px;
    width: 90%;
    margin-left: 5%;
    border-top: 1px solid #dadbdd;
}

.team-links {
    padding: 0 20px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 30px;
    bottom: 0px;
}

.all-articles {
    color: #82dff4;
}

.team-links .article-mail {
    float: right;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.team-links .article-twitter {
    margin-right: 15px; 
    float: right;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1400px) {
    .team-metadata p {
        font-size: 1.2vw !important;
    }
}

@media screen and (max-width: 1024px) {
    .team-metadata p {
        font-size: 12px !important;
    }
}