/* --- تصحيح الكود السابق --- */
.s-block--animated-brands--brand img {
    width: 130px;
    height: 130px;
}

.s-block--animated-brands--brand {
    background: #f7f7f7;
}

.footer-bottom li {
    height: 4rem !important;
    width: 5rem !important;
}

.footer-bottom .container {
    flex-direction: column-reverse !important;
}

/* --- كود البانر المستدير الصحيح --- */
.banner--fixed, 
.banner--fixed img {
    border-radius: 30px !important; /* هذا الرقم لتدوير الزوايا بشكل جميل */
    overflow: hidden !important;
    display: block !important;
    width: 100%;
}