.header-top .container .button-link .button.active {
    padding: 5px 21.5px;
    top : 0;
    height: 34px;
}
.header-bot .container .logo picture, .footer .top .left .logo picture {
    width: 75px;
}

@media screen and (max-width: 768px){
    .header-bot-mobile .content .logo picture {
        width: 50px;
    }
    .header-bot .container .logo picture img, .footer .top .left .logo picture img{
        object-fit: contain;
    }
}