.item-container{border:1px solid #eef2f6;background-color:#fff;border-radius:12px;padding:1rem 1.5rem;display:flex;flex-grow:1;gap:1rem;flex-direction:column-reverse;align-items:start}.item-user{display:flex;flex-direction:row;align-items:center;gap:1rem}.item-user img{width:90px;height:90px}.item-name{font-weight:700;font-size:1.25rem;line-height:1.4;margin-bottom:.25rem}.item-content{background-color:#f8f8f8;border-radius:10px;padding:1rem 1.25rem;height:100%;display:flex;flex-direction:column;justify-content:center}.item-number{font-weight:700;font-size:2.5rem}.item-title{font-weight:600;color:#222222;line-height:1.4;margin-bottom:.75rem}@media (min-width:992px){.item-container{flex-direction:row;align-items:center;gap:.5rem}.item-user{flex-direction:column;align-items:start;min-width:200px}.item-user img{width:133px;height:133px}}