.iti-srv-packageservices-lighttransport {

  .icon-monochrome-flight {
    vertical-align: top;
  }
  .icon-monochrome-flight:before {
    display: inline-block;
    content: "\71";
    color: $brand-secondary;
    width: 20px;
    height: 20px;
    font-size: 20px;
  }

  .icon-monochrome-train {
    vertical-align: top;
  }
  .icon-monochrome-train:before {
    display: inline-block;
    content: "\45";
    color: $brand-secondary;
    width: 20px;
    height: 20px;
    font-size: 20px;
  }

  .icon-monochrome-bus {
    vertical-align: top;
  }
  .icon-monochrome-bus:before {
    display: inline-block;
    content: "\46";
    color: $brand-secondary;
    width: 20px;
    height: 20px;
    font-size: 20px;
  }

  .icon-monochrome-ship {
    vertical-align: top;
  }
  .icon-monochrome-ship:before {
    display: inline-block;
    content: "\44";
    color: $brand-secondary;
    width: 20px;
    height: 20px;
    font-size: 20px;
  }

  .name {
    color: $brand-grey-dark;
    font-weight: $roboto-regular;
    font-size: 18px;
  }

  .flight-departure-date {
    color: $brand-copy-light;
    font-weight: $roboto-regular;
    font-size: 12px;
  }

}