/* Security & Trust hero — RTL overrides. Loaded only on AR (dir=rtl) after the LTR
   layer + migration-rtl.css. The flex row mirrors automatically under dir=rtl (text
   renders right, art left); this only forces copy alignment to the right. */

.rp-security .rp-security-hero__h1,
.rp-security .rp-security-hero__sub{ text-align:right; }

@media (max-width:991px){
  .rp-security .rp-security-hero__h1,
  .rp-security .rp-security-hero__sub{ text-align:center; }
}
