Hello,
Blog carousel displays medium size of images. You need a little bit larger. Edit your Blog Carousel setting and check the size of images that you have there http://prntscr.com/clpojr try to set 360×185.
Please, add this code in Custom css:
.blog article.content-small > div {
align-items: flex-start;
}
Regards