.story-card-1-wrapper {
      display: flex;
      flex-direction: column;
      gap: 40px;
    }

    .story-card-1-item {
      background: radial-gradient(circle at top right, #FFFFFF30 0%, #9DE8F030 61%, #9DE8F030 100%);
      border-radius: 14px;
      padding: 20px;
      position: relative;
      overflow: hidden;
    }

    .story-card-1-item:hover::before {
      opacity: 1;
    }

    .story-card-1-header {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 20px;
      position: relative;
      z-index: 1;
    }

    .story-card-1-icon {
      display: flex;
      align-items: center;
    }

    .story-card-1-title {
      font-size: 20px;
      font-weight: 700;
      color: #222222;
      margin: 0;
    }

    .story-card-1-description {
      font-size: 16px;
      color: #666666;
      z-index: 1;
    }
    .story-card-1-description b {
      color: #44CBE1;
    }

    .story-card-1-description p {
      margin-bottom: 16px;
    }

    .story-card-1-description p:last-child {
      margin-bottom: 0;
    }
    
    .story-card-quote {
    color: #44CBE1;
    font-size: 16px;
    font-weight: 700;
     margin-top: 1rem;
     margin-bottom: 1rem;
    }