footer > div.store-footer__inner > div > div:nth-child(2)::after {
content: " السجل التجاري 7049934115 ";
display: flex !important;
margin-right: 3rem ;
/* flex-direction: column !important; */
align-items: center !important;
background-image: url("https://asas-tools.com/u/uploads/sara_craffo/4__1_-removebg-preview.png") !important;
background-size: contain !important;
background-repeat: no-repeat !important;
background-position: right center !important;
padding-right: 55px !important;
min-height: 45px !important;
margin-top: 10px !important;
color: var(--color-primary) !important;
font-size: inherit !important;
font-family: inherit !important ;
line-height: 1.3 !important ;
text-align: right !important ;
direction: rtl !important;
max-width: 150px !important;
word-break: break-word !important;
}

@media (max-width: 768px){

footer > div.store-footer__inner > div > div:nth-child(2)::after{
margin-right: 6.5rem ;
}
}