html {
  scroll-behavior: smooth;
}
body {
    background: #b1b1b1;
  }
  .next6-termsbody {
    padding: 2rem .5rem;
    text-align: justify;
  }

  ol {
    padding-inline-start: 17px;
    -webkit-padding-start: 17px;
  }

  ul.mainpoint {
    text-align: justify;
    padding-inline-start: 17px;
    -webkit-padding-start: 17px;
  }

  ul.mainpoint li{
      margin-bottom: 1rem;
  }

    ol.nolistnum {
        list-style: lower-alpha;
        list-style-position: outside;
    }

    ol.nolistnum li{
        margin-bottom: 0.5rem;
    }
    
    ol.nolistnum li::before{
        list-style: lower-alpha;
        list-style-position: outside;
        content: none !important;
    }

    #totop {
      display: none;
      position: fixed;
      bottom: 20px;
      right: 30px;
      z-index: 99;
      font-size: 18px;
      border: none;
      outline: none;
      background-color: #ffa600;
      color: white;
      cursor: pointer;
      padding: 5px 15px;
      border-radius: 4px;
    }
    
    #totop:hover {
      background-color: #555;
    }

  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }
  @media (max-width: 768px) {

    h1 {
      font-size: 1.5rem !important;
    }

    ul.mainpoint h5 {
      text-align: left;
    }

    .next6-termsbody h5 {
      text-align: left;
      font-size: 1.2rem;
    }
  }