
    .learn-title {
      font-weight: 700;
    }
    .main-line {
     background: linear-gradient(90deg, #2196F3, #4CAF50);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
      font-weight: bolder;
    }
    .reason-icon {
      font-size: 24px;
      color: #d42a2a;
    }
    .card-custom {
      background: none;
      border: none;
    }
    .reason-heading {
      font-weight: 600;
    }
    .learn-call-btn {
      background-color: #004aad;
      color: white;
      padding: 10px 20px;
      border-radius: 50px;
      border: none;
    }
    .learn-call-btn:hover {
      background-color: #003a88;
    }