.block_features {
    padding: 60px 0;
    margin-top: 65px;
  }
  .chapter_features {
    text-align: center;
    margin-bottom: 40px;
  }
  .chapter_features span {
    color: #9397E9;
    font-weight: bold;
    text-transform: uppercase;
  }
  .chapter_features h1 {
    font-size: 32px;
    margin-top: 10px;
  }
  .feature_card {
    background: white;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    height: 100%;
  }
  .feature_card h3 {
    color: #333;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .feature_card p {
    font-size: 14px;
    color: #666;
  }

  .block_features {
    padding: 80px 0;
    margin-top: 70px;
  }
  
  .detailed_feature {
    background: #f8f9fa;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 12px;
    border-left: 4px solid #E9A43E;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  }
  
  .detailed_feature h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  
  .detailed_feature p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  
  .detailed_feature ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .detailed_feature ul li {
    font-size: 14px;
    color: #666;
    padding: 8px 0;
    padding-left: 20px;
    position: relative;
    line-height: 1.5;
  }
  
  .detailed_feature ul li:before {
    content: "✓";
    color: #E9A43E;
    font-weight: bold;
    position: absolute;
    left: 0;
  }