
.upload-section {
    width: 50%;
  }
  
  @media (max-width: 768px) {
    .upload-section {
      width: 95%;
    }
  }
  