.team-preview {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 42px 0 55px;
}

.team-preview-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 100%;
    padding: 0 39px 40px;
    box-shadow: 6px 12px 24px rgba(0, 0, 0, 0.11);
    transition: box-shadow 0.4s, background-color 0.4s;
}

.team-preview-content:hover {
    box-shadow: none;
    background-color: #F5F5F5;
}

.team-preview-header {
    flex-shrink: 0;
    margin-bottom: 25px;
    padding-bottom: 29px;
    border-bottom: 1px solid #E6E6E6;
    flex-grow: inherit;
}

.team-preview-image {
    text-align: center;
    margin-top: -42px;
    margin-bottom: 30px;
}

.team-preview-image img {
    border-radius: 50%;
}

.team-preview-name {
    color: #000;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 12px;
}

.team-preview-position {
    font-size: 16px;
    line-height: 1.2;
}

.team-preview-button {
    flex-shrink: 0;
    text-align: center;
}

.team--full-top {
    margin-top: 58px;
    margin-bottom: 50px;
}

.team--full-header {
    padding-left: 20px;
}

.team--full-position {
    font-size: 24px;
    font-weight: 300;
    margin-right: 30px;
}

.team--full-bordered {
    border-top: 1px solid #ccc;
    padding-top: 68px;
    padding-bottom: 110px;
}

@media (max-width: 575.98px) {
    .team--full-position {
        margin-bottom: 30px;
    }
}
