.boxList p{font-size:20px;font-weight:700}@media (max-width:600px){.boxList p{font-size:16px}}@media (max-width:480px){.boxList p{font-size:14px}}.boxList{column-gap:2rem;display:flex;justify-content:space-between;row-gap:2rem}.boxList>div,.number{width:100%}.number{border-bottom:1px solid #ddd;display:block;font-size:18px;margin-bottom:20px;padding-bottom:10px}@media (max-width:480px){.boxList{column-gap:1rem;flex-wrap:wrap;justify-content:space-around;row-gap:1rem}.boxList>div{width:calc(33% - 1rem)}}