website/src/pages/Build-IA/styles.module.css [45:57]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.features {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  width: 100%;
}

.featureSvg {
  height: 150px;
  width: 150px;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



website/src/pages/index.module.css [56:70]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.features {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  width: 100%;
}

/* Fills icon */
.featureSvg {
  height: 150px;
  width: 150px;
  /* fill: skyblue; /* #ffb900 #9747ff*/
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



