.home-person {
    display: flex;
    margin-bottom: 8px;
}

.home-person__snippet {
    margin-left: -10px;
}

.home-person__snippet:first-of-type {
    margin-left: 0;
}

.home-person__snippet img,
.home-person__img-placeholder {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    object-fit: cover;
    border: 2px solid #fff;
}

.home-person__img-placeholder {
    background-color: #E1E1E1;
}

@media (min-width: 1024px) {
    .home-person__snippet img,
    .home-person__img-placeholder {
        width: 60px;
        height: 60px;
    }
}