.totals {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}
.totals__total {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 17px;
  gap: 8px;
}
.totals__total,
.totals__total span {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 15px;
}
.totals__total span {
  color: #acacac;
  display: block;
  font-size: 13px;
}
.totals__total-value {
  color: #000;
  display: block;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 20px;
}
