.at-teamPerson {
    position: relative;
    min-height: 6.3em;
    vertical-align: top;
    padding: 1em 1em 1em 6.7em;
    border: 1px solid #eee;
    margin-bottom: 2em;
}

.at-teamAvatar {
    position: absolute;
    left: 1.3em;
    width: 4.2em;
    height: 4.2em;
    border-radius: 50%;
    overflow: hidden;
    background: #f1f1f1;
    box-shadow: 0 0 0 1px #eaeaea;
}

.at-teamName {
    margin: 0;
    font-size: 1.2em;
}

.at-teamPerson--hasDescription .at-teamName {
    margin-right: .5em;
    margin-bottom: 0em;
}

.at-teamJob {
    color: #8e8e8e;
    display: block;
}

.at-teamDescription {
    margin-left: -5.5em;
    margin-top: 2em;
}

@media screen and (min-width: 800px) {
    .at-teamPerson {
        display: inline-block;
        width: 47%;
    }

    .at-teamPerson:nth-child(2n+2) {
        margin-left: 6%;
    }
}