.card-info-item div.item-name::after {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  border-bottom: 1px dotted #4c4841;
  content: '';
  margin-top: 18px;
}

.card-info-item div.item-name {
  text-transform: uppercase;
}

.card-info-item div.item-name span {
  background: white;
  position: relative;
  z-index: 2;
  padding-right: 7px;
}

.card-info-item div.item-name {
  display: inline-block;
  width: auto;
  vertical-align: bottom;
  text-transform: uppercase;
  background: inherit;
}

.card-info div.card-info-item:first-child {
  margin-top: 0;
}

.card-info div.card-info-item {
  margin: 7px 0 0;
  margin-top: 7px;
  position: relative;
  background: inherit;
  color: #4c4841;
  font-weight: 700;
  display: flex;
  width: 100%;
  justify-content: space-between;
}


.card-info-item div.item-value {
  display: inline-block;
  width: auto;
  background: white;
  font-size: 20px;
  line-height: 100%;
}

.card-info-item div.item-value span {
  padding-left: 8px;
  background: inherit;
  position: relative;
  z-index: 2;
  display: block;
}