.clientCustomLogo {
    width: 100%;
    min-height: 80px;
    background: url("Images/menu_logo.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
