/* Hide the existing image */
.widget-company-name img {
    display: none;
}

/* Replace with new logo */
.widget-company-name .col-sm-4 a {
    display: block;
    height: 120px;  /* adjust */
    background: url('https://nmrcdn.s3.amazonaws.com/optimized/231/assets/responsive/656000/656803/screenshot_2026_05_29_at_13.jpg') no-repeat center center;
    background-size: contain;
}