/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./src/app/terms-and-conditions/style.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
.terms-and-conditions {
    font-family: sans-serif;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    margin-left: auto;
    margin-right: auto;
  }
  
  .terms-and-conditions h1 {
    padding-bottom: 1.5rem;
    /* padding-top: 2rem; */
  }
  
  .terms-and-conditions h3 li {
    font-weight: bold;
    padding-bottom: 1.1rem !important;
    margin-top: 0.5rem;
  }
  
  .terms-and-conditions a {
    color: #2563eb;
    text-decoration: underline;
  }
  
  .terms-and-conditions ol,
  .terms-and-conditions ul {
    padding-left: 0rem;
    list-style-position: inside;
  }
  
  .terms-and-conditions ol {
    list-style-type: decimal;
  }
  
  .terms-and-conditions ul {
    list-style-type: disc;
  }
  
  .terms-and-conditions ol li,
  .terms-and-conditions ul li {
    padding-bottom: 0.75rem;
  }
  
  .terms-and-conditions ol ol {
    padding-left: 1.5rem;
  }
  
  .terms-and-conditions > p {
    padding-top: 1rem;
  }
  
  .no-list-style {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
  }
  
  /* Small devices (sm) */
  @media (min-width: 640px) {
    .terms-and-conditions {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
  
    .terms-and-conditions h1 {
      font-size: 2rem;
    }
  
    .terms-and-conditions h3 li {
      font-size: 1.5rem;
      margin-top: 2rem;
    }
  
    .terms-and-conditions > ol > ol > li,
    .terms-and-conditions > p {
      font-size: 1.2rem;
    }
  
    .terms-and-conditions ol ol li {
      padding-bottom: 1.2rem;
    }
  }
  
  /* Medium devices (md) */
  @media (min-width: 768px) {
    .terms-and-conditions {
      max-width: 36rem;
      padding-top: 4rem;
      padding-bottom: 4rem;
    }
  }
  
  /* Large devices (lg) */
  @media (min-width: 1024px) {
    .terms-and-conditions {
      max-width: 42rem;
      padding-top: 4rem;
      padding-bottom: 4rem;
    }
  }
  
  /* Extra large devices (xl) */
  @media (min-width: 1280px) {
    .terms-and-conditions {
      max-width: 48rem;
      padding-top: 5rem;
      padding-bottom: 5rem;
    }
  
    .terms-and-conditions h1 {
      font-size: 2.5rem;
      padding-bottom: 3rem;
    }
  }
  
  /* 2xl devices */
  @media (min-width: 1536px) {
    .terms-and-conditions {
      max-width: 60rem;
      padding-top: 6rem;
      padding-bottom: 6rem;
    }
  }
  
