*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;min-height:100%}#root{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100%}main{display:flex;flex-direction:column;gap:3.75rem;padding:1rem}@media (min-width: 48rem){main{gap:4.5rem}}header{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 1rem;gap:1rem;max-width:33.75rem;width:100%;margin:0 auto;box-sizing:border-box;text-align:center;color:#4c4e61;margin-top:1.5rem}@media (min-width: 48rem){header{margin-top:2rem}}@media (min-width: 64rem){header{margin-top:2.5rem}}header h1{font-family:Poppins,sans-serif;font-weight:200;font-size:2.25rem;line-height:140%;letter-spacing:.015625rem}header h2{font-family:Poppins,sans-serif;font-weight:600;font-size:2.25rem;line-height:140%;letter-spacing:.015625rem}header p{font-family:Poppins,sans-serif;font-weight:400;font-size:.9375rem;line-height:140%;letter-spacing:0rem}h1,h2,h3,h4,p{margin:0}.card-container{display:grid;grid-template-columns:1fr;gap:2rem;max-width:75rem;margin:0 auto}.card{background:#fff;padding:2rem;box-shadow:0 .625rem 1.25rem #00000014;border-top:.25rem solid transparent;max-width:21.875rem;margin:0 auto;box-shadow:0 .9375rem 1.875rem -.6875rem #83a6d280;border-radius:1rem}.card:nth-child(1){border-top-color:#45d3d3}.card:nth-child(2){border-top-color:#ea5353}.card:nth-child(3){border-top-color:#fcaf4a}.card:nth-child(4){border-top-color:#549ef2}.card-content{display:flex;flex-direction:column;justify-content:space-between;height:100%;gap:2rem}.card-content .text{display:flex;gap:.375rem;flex-direction:column;color:#4c4e61}.card-content .text h3{font-family:Poppins,sans-serif;font-weight:600;font-size:1.25rem;line-height:135%;letter-spacing:0rem}.card-content .text p{font-family:Poppins,sans-serif;font-weight:400;font-size:.8125rem;line-height:160%;letter-spacing:0rem;color:#697077}.card-content .icon{align-self:flex-end}.card-content .icon img{width:3.125rem;height:3.125rem}@media (min-width: 48rem){.card-container{grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto auto}.card:nth-child(1){grid-column:1/span 2;grid-row:1;justify-self:center}.card:nth-child(2){grid-column:1;grid-row:2}.card:nth-child(3){grid-column:2;grid-row:2}.card:nth-child(4){grid-column:1/span 2;grid-row:3;justify-self:center}}@media (min-width: 64rem){.card-container{grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto}.card:nth-child(1){grid-column:1;grid-row:1/span 2;align-self:center}.card:nth-child(2){grid-column:2;grid-row:1}.card:nth-child(3){grid-column:2;grid-row:2}.card:nth-child(4){grid-column:3;grid-row:1/span 2;align-self:center}}
