#goals{width:100%;max-width:1440px;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:48px}#goals>div{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px;border:1px solid #e5e5e5;padding:16px;border-radius:8px;background-color:#fff;transition:all .2s linear;box-shadow:#63636333 0 2px 8px}#goals>div:hover{transform:scale(1.05)}#goals>div>span{width:32px;height:32px;color:#fff;display:flex;justify-content:center;align-items:center;border-radius:6px;background-color:#16a34a}#goals>div>h2{font-size:18px;font-weight:600}#goals>div>p{color:#4b5563;font-weight:500}@media screen and (max-width: 940px){#goals{grid-template-columns:repeat(1,1fr)}}
