.user-wall{position:relative;background:#f5f5f6;overflow:hidden;padding:50px 0}.wall-grid{display:grid;grid-template-columns:repeat(12,120px);grid-auto-rows:120px;gap:14px;justify-content:center}.cell{overflow:hidden;background:#e7e8eb;border-radius:16px}.cell.circle{border-radius:50%}.cell.purple{background:#0079c2}.cell.image-cell img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .5s ease}.center-card{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:900px;height:300px;background:#fff;border-radius:120px;z-index:5;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.center-card h2{font-size:70px;margin:0}.center-card p{font-size:30px}