home page responsive view issue

I have an issue on the homepage of this page: https://moszkvater.com/
At the “Utazás” section in mbile view the 2 clumns do not show responsive.

Could you help me out what could be the problem?

Thank you.

Zsuzsa

hey there

Hope you are having a good day and thank you for your question :slight_smile:

Please add this CSS in appearance - customize - additional CSS

@media (max-width: 768px) {
.row.newspaper-x-layout-b-row .col-md-4.col-xs-6 {
float: none;
width: 100%;
}
}
Thanks!
Colorlib Support Team