/* ترتيب الصور عموديًا في المنتصف */
.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px; /* مسافة بين الصورتين */
}

/* الصورة الأصلية */
.footer-logo img {
    height: 67px;
    max-width: 240px;
    object-fit: contain;
}