Add this css within Appearance-> theme settings->Styling ->Custom Css
body{
body{
direction:rtl;
unicode-bidi:embed;
}
.how-it-works h4, .how-it-works p {
margin-right: 96px;
}
section {
overflow:hidden;
}
.fw-row {
margin: 0;
}
.owl-carousel {
direction: ltr
}
@media (max-width:768px){
.how-it-works h4, .how-it-works p {
margin-right: 0px;
}
}