
/*  */
/* 
*/
header .logo a:after {
    display: none !important;
}

.page-header .logo {
    width: 25rem !important;
    height: 8rem;
    overflow: hidden;
    margin-top: -3rem;
  
 } 
    @media (max-width: 1024px) {
.page-header .logo {
    width: 10rem !important;
    height: 8rem !important;
    margin-top: -1rem !important;
}
}
/*  */