.team > img {
    width: 100%;
    height: auto;
    padding-top: 2em;
}

.team p {
    margin-top: 2px;
    padding-bottom: 2em;
    font-size: 85%;
}

.dres {
    display: grid;
    margin-top: 3em;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
}

.doc {
    text-align: center;
}

.doc img {
    width: 100%;
    height: auto;
    border: 10px solid #fff;
}

.doc a {
    color: #800032;
}