.content-section {
      text-align: center;
      background-color: #f8f9fa;
      border-radius: 15px;
      padding: 40px 30px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      margin-bottom: 60px;
    }

    .content-section img {
      display: block;
      margin: 0 auto 30px;
      max-width: 220px;
      height: auto;
      border-radius: 8px;
    }

    .content-section h1 {
      font-weight: 700;
      color: #0d6efd;
      margin-bottom: 20px;
    }

    .content-section p {
      text-align: justify;
      color: #333;
      margin-bottom: 30px;
      line-height: 1.8;
    }

    .content-section h2 {
      margin-top: 30px;
      color: #212529;
      font-weight: 600;
    }

    .content-section h5 {
      font-weight: 500;
      color: #0d6efd;
    }

    .btn-primary {
      font-weight: 600;
    }

    .container-fluid.bg-light {
      background-color: #fff !important;
    }
    h2,
    h3,
    h4 {
      line-height: 1.4;
    }
    ul li {
      color: #444;
      font-size: 1rem;
      margin-bottom: 8px;
    }