.aboutList{grid-template-columns:repeat(auto-fit,minmax(352px,1fr));gap:32px;margin-top:48px;display:grid}.aboutList .aboutListItem{flex-direction:column;justify-content:center;align-items:center;display:flex}.aboutList .aboutListIcon{background:rgba(69,93,35,.2);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;padding:10px;display:flex}.aboutList svg{max-width:25px}.aboutList .aboutListTitle{margin-top:16px;font-size:18px;font-weight:600}.aboutList .aboutListDescription{color:var(--gray-100);text-align:center;margin-top:8px;font-size:14px;line-height:1.5}
