.nw-ordersummary-unit {
  margin-bottom: 40px;
  min-width: 180px;

  @media screen and (min-width: $screen-max-xs) {
    min-width: 230px;
  }
}

.nw-ordersummary-subtitle {
  margin-bottom: 8px;
  font-size: $orderdetailspage-sub-title-font-size;
  font-family: $ordersummary-subtitle-font-family;
}

.nw-ordersummary-content {

  @media screen  and (min-width: $screen-min-sm) {
    margin: 0 25px 48px;
  }
}
