.imgLogo
{
    max-width: 65px;
    width: 100%;
    margin-right: 15px;
    border-radius: 4px;
    max-height: 59px;
    object-fit: contain;
}

.main-header > .container > .show1, .main-header > .container > .show2
{
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.38px;
    color: #444444;
}

@media screen and (max-width: 767px) and (min-width: 100px)
{
    .imgLogo
    {
        max-width: 50px;
        max-height: 50px;
    }
}