.user-profile-achievements{display:grid;grid-template-columns:repeat(4,1fr);justify-content:space-between;grid-gap:1rem;box-sizing:border-box;margin-top:20px}@media screen and (max-width:1000px){.user-profile-achievements{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:600px){.user-profile-achievements{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:450px){.user-profile-achievements{grid-gap:4px}}.user-profile-achievement{padding: 8px 4px;display:flex;flex-direction:column;box-sizing:border-box;align-items:center;justify-content:space-around;text-align:center;border-radius:16px;box-shadow:0 0 25px rgba(0,0,0,.25)}.user-profile-achievement img{width: 90%;max-height:210px;object-fit:contain}.user-profile-achievement h4{font-size:12px;font-weight:500;color:#000;max-width:90%}