header .header-logo .main-title { 
border-left: none;
font-size: 3.5rem;
}
header .header-logo .img .logo-icon, header .header-logo .img .logo-bip {  max-height: 120px }

header .header-logo .main-title { flex: 0 0 calc(60% - 30px) }
header .header-logo .img { flex: 0 0 20%  } 

.contents_controls button:before, .contents_controls button#metrics-btn:before { margin-right: 0 }

@media screen and (max-width: 767.98px) {
header .header-logo .img { flex: 0 0 auto }
header .header-logo .main-title { width: 100%; flex: 0 0 auto; }
}

header .header-logo .img .logo-icon, header .header-logo .img .logo-bip {
    max-height: 85px;
}