   .legal-section {
      max-width: 900px;
      margin: 0 auto;
      padding: 40px 20px;
      line-height: 1.8;
      text-align: justify;
    }
    .legal-section h2 {
      font-size: 1.8rem;
      margin-top: 40px;
      margin-bottom: 15px;
      color: #0d6efd;
      text-align: center;
    }
    .legal-section p {
      font-size: 1.05rem;
      margin-bottom: 20px;
      color: #333;
    }
    .cta {
      border-radius: 0 !important;
    }
    .btn-cta {
      background-color: #0d6efd !important;
      color: #fff !important;
      border-radius: 0 !important;
      padding: 15px 40px;
      font-size: 1.2rem;
      font-weight: 600;
      text-transform: uppercase;
      display: inline-block;
      margin: 0 auto;
    }
    .btn-cta:hover {
      background-color: #0b5ed7 !important;
    }