.terms-service {
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    padding: 20px 0;
  }
  
  .terms-content {
    color: #fff;
  }
  
  .terms-content h1 {
    color: #fff;
    font-weight: 600;
  }
  
  .terms-content h3 {
    font-weight: 600;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
  }
  
  .terms-content h4 {
    font-weight: 600;
  }
  
  .terms-content p, .terms-content li {
    line-height: 1.6;
  }

  .alert-info ul li{
    color: #000;
  }
  