.point-card{align-items:center;background-color:var(--bg);border:3px solid var(--border);border-radius:10px;cursor:pointer;display:flex;flex-direction:column;gap:30px;height:124px;justify-content:center;padding:12px 10px;text-align:center;transition:.5s;width:100%}.point-card.active{border:3px solid var(--accent)}@media screen and (max-width:1200px){.point-card{height:unset}}
