
  .scrolled-header {
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    height: 140px;
    
  }



  .scrolled-tabs{
   
   display: flex;
  justify-content: flex-end;
  padding-top: 45px !important;

  }
  @media screen and (max-width:768px) {

      .scrolled-tabs{
   display: flex;
  justify-content: flex-start;
  padding-top: 80px !important;

  }

  }

  @media screen and (max-width:400px) {
    .scrolled-header {
   
      height: 180px;
      
    }
  
    
  }