/* ফুটারের লোগো কলামের ব্যাকগ্রাউন্ড পরিবর্তন */
.logo-wrapper {
    background-color: #ffffff !important; /* আপনার পছন্দের রঙ দিন, যেমন সাদা */
    /* অথবা ব্যাকগ্রাউন্ড সম্পূর্ণ স্বচ্ছ করতে: */
    /* background-color: transparent !important; */
}

/* যদি প্রেসের ওভাররাইড ইমেজ দেখায়, সেটি সরাতে */
.press-image-override {
    display: none !important; /* অথবা background-image: none !important; */
}