
/*  */
/* 
*/
@media (min-width: 1025px) {
    .page-header .logo {
        width: 11rem !important;
    }
}
@media (max-width: 1024px) {
    .page-header .logo svg, .page-header.scrolled .logo svg {
        height: 100% !important;
    }
}
 
.page-header.scrolled .logo svg {
    height: 100% !important;
}
 
/*  */