.story-digivault-section {
    padding: 60px 20px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
  }
  
  .story-digivault-wrapper {
    max-width: 1200px;
    width: 100%;
  }
  
  .story-digivault-subtitle {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 400;
  }
  
  .story-digivault-heading {
    color: #f15a29;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
  }
  
  .story-digivault-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 20px;
  }
  
  .story-digivault-content p strong {
    font-weight: 600;
    color: #000;
  }
  
  /* Responsive Styles */
  @media (max-width: 768px) {
    .story-digivault-section {
      padding: 40px 16px;
    }
  
    .story-digivault-heading {
      font-size: 22px;
      margin-bottom: 30px;
    }
  
    .story-digivault-subtitle {
      font-size: 14px;
      margin-bottom: 25px;
    }
  
    .story-digivault-content p {
      font-size: 15px;
      margin-bottom: 16px;
    }
    
        .logo-bar{
      margin-top: -40px;
    }
  }
  