.grid-three-column *{box-sizing:border-box;color:#00022e;font-family:poppins;margin:0;padding:0}.grid-three-column{background:#f9fafe;border-radius:15px;display:flex;flex-wrap:wrap;gap:40px;justify-content:center;margin:auto;padding:20px;width:fit-content}.grid-three-column .column-grid{align-items:center;display:flex;flex-direction:column;gap:10px;text-align:center;width:342px}.grid-three-column .column-grid h3{font-size:20px;font-style:normal;font-weight:600;line-height:normal}.grid-three-column .column-grid p{font-size:18px;font-style:normal;font-weight:400;line-height:normal}@media screen and (max-width:400px){.grid-three-column .column-grid{width:100%}}