.care-note::after {
  content: 'Put your health in the hands of\A people who care.';
  grid-column: 1 / -1;
  grid-row: 2;
  width: 100%;
  white-space: pre-line;
  text-align: center;
  justify-self: stretch;
}
