/* ReluPourVous — ajout éditorial technologie assistée / regard humain */
.outcomes-human-note {
  position: relative;
  max-width: 305px;
  margin-top: 28px;
  padding: 2px 0 2px 19px;
  border-left: 2px solid rgba(245, 198, 90, 0.86);
}

.outcomes-human-note-label {
  margin: 0 0 10px;
  color: #f5c65a;
  font-size: 10px;
  line-height: 1.35;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.outcomes-human-note > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: -0.008em;
}

@media (max-width: 980px) {
  .outcomes-human-note {
    max-width: 670px;
    margin-top: 24px;
  }
}

@media (max-width: 640px) {
  .outcomes-human-note {
    max-width: none;
    margin-top: 22px;
    padding-left: 15px;
  }

  .outcomes-human-note > p:last-child {
    font-size: 15px;
    line-height: 1.58;
  }
}
