You could add this to your Child Theme style.css file, or using a Custom CSS plugin.
.widget_epl_recent_property [id*="post-"] {
float: left;
width: 45%;
margin-left: 5%;
}
.widget_epl_recent_property [id*="post-"]:first-child {
margin-left: 0;
}
@media only screen and (max-width: 900px) {
.widget_epl_recent_property [id*="post-"] {
float: none;
width: 100%;
margin-left: 0;
}
}
Hope this helps.
the theme have a module for custom css and i paste this code, but don not work, thks