 .desktop-menu .logo{
      max-width: 139px;
    max-height: 34px;
    } 

@media (max-width: 728px){
   .desktop-menu .logo{
        max-height: 40px;
    } 
    
    /*better view for requirements in a role with image*/
    .my-education__section__role-wrapper__card .grid-x {
        display: flex;
        flex-direction: column;
    }
    
   .my-education__section__role-wrapper__card .course-content-wrapper{
       width: 100% !important;
   }
   .my-education__section__role-wrapper__card .action-button:first-child{
       margin-left: 0 !important;
   }
   
   .ourse-text-wrapper .button-wrapper .button:first-child{
           margin-right: auto !important;
   }
}
@media (min-width: 728px){
.desktop-menu-wrapper img.logo[src*="nsf.no"] {
    padding: 3.3em;
}
}

@media (min-width: 728px){
    /*make bjelland logo a bit smaller*/
.desktop-menu-wrapper img.logo[src*="/files/file/291"] {
    
     padding: 1.7em;
}
}



   