.img-empty-people{width:25rem}.con-people-cards{display:grid;gap:1rem;align-items:start;align-content:start}@media screen and (min-width:900px){.con-people-cards{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (min-width:1640px){.con-people-cards{grid-template-columns:repeat(4,minmax(0,1fr))}}@media screen and (min-width:1880px){.con-people-cards{grid-template-columns:repeat(5,minmax(0,1fr))}}.people-card{width:calc(50% - 1rem);aspect-ratio:560/96;background-color:#ebebeb;position:relative;flex:0 0 auto}.img-user-people{height:80%;aspect-ratio:1/1;position:relative;flex-shrink:0;overflow:hidden}.one-line{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}