Hi eera5607,
I have updated the following CSS code in the Custom CSS, you can check your site now.
.view-article .t4-section-inner .row {
display: -webkit-box;
}
@-moz-document url-prefix() {
.view-article .t4-section-inner .row {
display: -webkit-flex;
}
}