html[lang='en-US'] .so-widget-sow-post-carousel .sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 a::after
{
    margin-left: 5px;

    content: 'Read more';
    text-decoration: underline;
}

html[lang='he-IL'] .so-widget-sow-post-carousel .sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 a::after
{
    margin-right: 5px;

    content: 'קראו עוד';
    text-decoration: underline;
}
