.price-with-tax {
  display: flex;
  align-items: center;
  gap: 4px;
  & .price-with-tax__tax-text {
    color: #708495;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
  }
}
