/* Keep the four source-card names readable inside the diagram on phones. */
@media (max-width: 480px) {
  #aggiudicato-homepage .process-presentation {
    width: calc(100% + 32px);
    max-width: 382px;
    margin-inline: -16px;
  }
  #aggiudicato-homepage .process-flow {
    max-width: none;
  }
  #aggiudicato-homepage .process-label {
    display: block;
    left: 15.2%;
    width: 20.2%;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -.025em;
    white-space: normal;
    text-wrap: balance;
  }
  #aggiudicato-homepage .process-destination {
    font-size: 14px;
    white-space: normal;
    text-wrap: balance;
  }
  #aggiudicato-homepage .flow-mobile-labels {
    display: none;
  }
}
@media (max-width: 359px) {
  #aggiudicato-homepage .process-label.documents {
    left: 14.8%;
    width: 21.8%;
    white-space: nowrap;
    letter-spacing: -.04em;
  }
}
