.M-GridInfo{display:grid;gap:20px;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1200px;padding:20px;width:100%}.M-GridInfo__Card{border-radius:0;display:flex;flex-direction:column;justify-content:flex-start;min-height:300px;padding:40px;position:relative}.M-GridInfo__Card:nth-child(2){border-top-right-radius:100px}.M-GridInfo__Card:nth-child(3){border-bottom-left-radius:100px}.M-GridInfo__Title{font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:30px}.M-GridInfo__List{display:flex;flex-direction:column;gap:20px}.M-GridInfo__Item{align-items:flex-start;display:flex;font-size:1rem;gap:15px;line-height:1.5}.M-GridInfo__Text p{margin:0}@media (max-width:991px){.M-GridInfo__Card{padding:30px}}@media (max-width:767px){.M-GridInfo{grid-template-columns:1fr}.M-GridInfo__Card:nth-child(2){border-top-right-radius:50px}.M-GridInfo__Card:nth-child(3){border-bottom-left-radius:50px}}