.block-profiles {
    margin-top: 80px;
}
.block-profiles__title {
    font-weight: 700;
    margin-bottom: 24px;
}
.block-profiles__list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 24px 72px;
}
.block-profiles__item {
    list-style-type: none;
}



.profile {
    display: flex;
    align-items: center;
    gap: 8px;
}
.profile__name {
    font-weight: 700;
}
.profile__desc {
    margin-top: 4px;
}
.profile__desc:empty {
    display: none;
}

.profile__photo {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 50%;
}
