.R_main_banner h1 {
  position: relative;
  padding-top: 70px; /* مساحة فوق النص */
}

/* الحاوية اللي هتشيل الصورتين */
.R_main_banner h1::before {
    content: "";
    position: absolute;
    top: -80%;
    right: 0;
    /* transform: translateX(-14%); */
    width:200px;
    height: 100%;
    background-image: url(https://cdn.files.salla.network/homepage/914789084/562f69a8-c1f9-4c74-a780-653818f04b5e.webp), url(https://cdn.files.salla.network/homepage/914789084/562f69a8-c1f9-4c74-a780-653818f04b5e.webp);
    background-repeat: no-repeat, no-repeat;
    background-size: 50px 120px, 50px 120px;
    background-position: right center, left center;
}