.brand-logo {
    width: 3.1rem;
    height: 3.1rem;
    object-fit: contain;
    flex: 0 0 auto;
}

.footer-brand .brand-mark {
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 50%;
    background: #fff url('/assets/Logo/LOSHEA.PNG') center / contain no-repeat;
}

.footer-brand .brand-mark i {
    display: none;
}

@media (max-width: 575px) {
    .brand-logo {
        width: 2.7rem;
        height: 2.7rem;
    }

    .footer-brand .brand-mark {
        width: 3rem;
        height: 3rem;
    }
}