
/* -----term and condition---- */
.term-main-hdr {
    font-family: var(--font-family-Lato);
    font-size: 24px;
    color: #0C1529;
    font-weight: 700;
  }
  
  .term-praph {
    font-family: var(--font-family-Lato);
    font-size: clamp(14px, 2.5vw, 18px);
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #5d6370;
    margin-bottom: 2rem;
  }
  
  @media (max-width: 320px) {
    .term-praph {
      font-size: 14px;
    }
  }
  
  .term-hdr {
    font-family: var(--font-family-Lato);
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    color: #0c1529;
  }
  
  .term-ftr {
    font-family: var(--font-family-Lato);
    font-size: clamp(16px, 4vw, 20px);
    font-weight: 700;
    text-align: left;
    color: #0c1529;
  }
  
  @media screen and (max-width: 320px) {
    .term-ftr {
      font-size: 14px;
    }
  }
  
  .term-ftr-span {
    font-family: var(--font-family-Lato);
    font-size: 20px;
    font-weight: 900;
    text-align: left;
    color: #0C1529;
  }