
.team img {
    max-width: 650px;
    border-radius: 10px;
}

.team .member {
    margin-bottom: 50px;
}

.team-description {
    margin: 30px 0;
}

.team-header {
    font-size: 30px;
    font-weight: 700;
	color: #c60c0c;
}

.team-header a { color: #c60c0c; }

.team-body {
    margin: 0px 0;
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 20px;
}

.team-description .link,
.team-description button {
    width: 60px;
    font-size: 30px;
    font-weight: 100;
    border-radius: 50%;
}

.link {
    text-align: center;
    text-decoration: none !important;
    display: block;
    cursor: pointer;
    height: 60px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    background: #c60c0c;
    border: none;
    line-height: 57px;
}

.link:hover {
    cursor: pointer;
    height: 60px;
    text-transform: uppercase;
    color: #fff;
    background: #a30505;
}