
.latest-news-wrapper { padding: 0 20px; } .raya-latest-developments { background-color: #F5F5F5; border-radius: 5px; padding: 7px 127px 7px 34px; position: relative; overflow: hidden; margin-top: 20px; min-height: 38px; } .latest-marquee { direction: ltr; } .raya-latest-developments ul { margin: 0; align-items: center; justify-content: flex-start; will-change: transform; direction: rtl; display: inline-flex; } /*.raya-latest-developments .js-marquee ul { display: inline-flex !important; }*/ .raya-latest-developments li { padding: 0 13px; position: relative; } .raya-latest-developments li:after { content: ”; width: 7px; height: 7px; background-color: #7B7A7F; position: absolute; left: 0px; top: 50%; transform: translateY(-50%) rotate(45deg); } .raya-latest-developments li a { white-space: nowrap; font-weight: 900; font-size: 16px; line-height: 24px; display: block; color: #000; } .raya-latest-developments li a:hover { color: #7E173C; } @media(max-width: 767px) { .raya-latest-developments li a { font-size: 14px; line-height: 20px; } }

