/* Custom Styles */

@media screen and (max-width: 767px)
{
 .footer__content {
    display: none;
}
  .sidebar {
  
  
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 30%);
    position: fixed;
    width: 100%;
    z-index: 111;
    left: 0;
}
 .sizer {
    padding: 0 !important;
}  
   
    
div#section-sidebar {
    padding: 120px 0px 0px 0px;
}

}

  @media screen and (min-width: 768px)
  {
 .add {justify-content: center;
   align-items: baseline;}
  }
 
  
  
