Hi Janani,
Yes, we can help you try to fix it. To clarify, are you referring to aligning the descriptions of the articles?
If so, the titles above them are relatively different in length. Thus, when one wraps, the spacing becomes different. One way to address this is to limit the title to a number of characters.
Another approach is to give the titles a minimum height. For instance, try adding this through Appearance > Customize > Additional CSS:
div#generate-section-9 .devshishu-articles .inside-grid-column h2 {
min-height: 60px;
}
You may alter the 60 value to your preference. This should relatively align the descriptions but not for all views. You’ll need to increase the min-height if you want them to align on all views.