    .terms-container {
      max-width: 100%;
      margin: 60px auto;

      background: #ffffff;
      padding: 50px;
      border-radius: 10px;
      margin-top: 10px;
    }

    .terms-heading {
      /* font-size: 2.5rem; */
      font-size: 1.75rem !important;
      font-weight: bold;
      margin-bottom: 30px;
      text-align: center;
      color: #054b7a;
    }

    .terms-section {
      margin-bottom: 40px;
    }

    .terms-section h5 {
      color: #054b7a;
      font-weight: 600;
      margin-bottom: 15px;
    }

    .terms-container .notice {
      background-color: #fff;
      border-left: 6px solid #054b7a;
      padding: 20px 25px;
      border-radius: 5px;
      margin-bottom: 40px;
      /* font-weight: 500; */
      color: #000;
    }

   .terms-container  a {
      color: #054b7a;
      text-decoration: none;
    }

   .terms-container  a:hover {
      text-decoration: underline;
    }

    .bullet-paragraph::before {
      content: "•";
      color: #000;
      font-size: 1.3rem;
      margin-right: 5px;
      line-height: 1;
    }