.numbered-list-module .content{column-gap:2rem;display:flex}.numbered-list-module .content .heading{width:25%}.numbered-list-module .content .grid-list{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);width:75%}.numbered-list-module .content .grid-list .number{aspect-ratio:1/1;background:#fff;border-radius:100%;font-size:2rem;font-weight:700;height:50px;margin-bottom:10px;padding:13px;text-align:center;width:50px}@media(max-width:600px){.numbered-list-module .content{flex-direction:column;row-gap:2rem}.numbered-list-module .content .grid-list,.numbered-list-module .content .heading{width:100%}}@media(max-width:768px){.numbered-list-module .content .grid-list{grid-template-columns:repeat(1,1fr)}}