.container {
      max-width: 600px;
      margin: 20px auto;
      font-family: Arial, sans-serif;
    }

    .content {
      max-height: 100px; /* Adjust the initial max-height as needed */
      overflow: hidden;
      transition: max-height 0.3s ease; /* Add smooth transition effect */
    }

    .show-more {
      cursor: pointer;
      color: #607186;
      display: block;
     background-color:linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 1) 100% );
    }