.brands-section-container {
    overflow-x: auto;
    margin-right: 20px;
    margin-top: 60px;
  }
  
  .brands-section-container::-webkit-scrollbar {
    width: 0;
    background: transparent;
    height: 4px !important;
    width: 4px !important;
  }
  
  .brands-section-container::-webkit-scrollbar-thumb {
    background: #e5e5e5;
    height: 1px !important;
    width: 1px !important;
  }
  
