.kpis {
  width: 100%;
  padding: 40px 0px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  height: auto !important;
}
.kpis__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(33.3333333333% - 10px);
}
.kpis__card--kpi {
  color: #f49a12;
  font-weight: 200;
  font-size: 4rem !important;
}
.kpis__card--label {
  font-size: 1.4rem;
}

.actioncard {
  padding: 30px;
  background-color: rgba(244, 154, 18, 0.05);
  border: solid 1px rgba(244, 154, 18, 0.1);
  border-radius: 9px;
}

.pastille {
  display: inline-block;
  margin-bottom: 20px !important;
}

/*# sourceMappingURL=blocs.css.map */
