.features {
    /*background: var(--primary-color);*/
    background-color: rgb(162, 76, 0);
  }

  .single_features {
    margin: 50px 0px;
  }

  .single_features img {
    filter: invert(100%);
    margin-bottom: 25px;
    max-width: 50px; /* Limite la largeur de l'image à 50px */
    height: auto; /* Conserve le ratio d'aspect de l'image */
  }

  .single_features h5 {
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
  }

  .single_features p {
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
  }