/* Terms and Conditions */

.terms-and-conditions {
    font-size: 14px;
    line-height: 1.5;
  }
  
  .terms-and-conditions .header-info {
      font-size: 12px;
      line-height: 1.4;
      margin-bottom: 20px;
      font-style: italic;
  }
  
  .terms-and-conditions .introduction p {
      font-size: 14px;
      line-height: 1.5;
      margin-bottom: 20px;
  }
  
  .terms-and-conditions ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
  }
  
  .terms-and-conditions li {
    margin-bottom: 10px;
  }
  
  .terms-and-conditions h1 {
      font-size: 24px;
      font-weight: bold;
      margin-top: 20px;
      margin-bottom: 20px;
  }
  
  .terms-and-conditions h2 {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 15px;
      margin-top: 15px;
  }