.feature-card {
    border: 1px solid #d9d9d9;
    transition: all 0.3s;
  }
  .feature-card:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }
  .highlight {
    border-color: #FF5722;
  }
  .feature-icon {
    width: 60px;
    margin-bottom: 15px;
  }





  .feature-section {
    background-color: #f9f9f9;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
  .feature-list {
    list-style: none;
    padding: 0;
  }
  .feature-list li {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
  }
  .feature-list li i {
    color: #FF5722;
    font-size: 1.2rem;
    margin-right: 0.5rem;
  }