/* Extracted from introduction.jsx */
.pre-line-justified {
    white-space: pre-line !important;
    text-align: justify !important;
    text-justify: inter-word !important;
  }
  
  .negative-margin-20 {
    margin-left: -20px !important;
  }
  
  .margin-bottom-20 {
    margin-bottom: 20px !important;
  }
  
  .margin-left-50 {
    margin-left: 50px !important;
  }
  
  .font-size-10 {
    font-size: 10px !important;
  }
  
  /* Extracted from step1.jsx */
  .margin-left-25 {
    margin-left: 25px !important;
  }
  
  .margin-top-negative-10 {
    margin-top: -10px !important;
  }
  
  .width-105px {
    width: 105px !important;
  }
  
  .margin-left-3 {
    margin-left: 3px !important;
  }
  
  .margin-right-3 {
    margin-right: 3px !important;
  }
  
  .display-none {
    display: none !important;
  }
