transaction-total {
  display: block;

  .total-box {
    display: flex;
    align-items: center;
    justify-content: center;

    h1 {
      font-size: 28px;
      margin: 0 20px 0 -118px;
    }

    h2 {
      margin: 0 10px;
    }
  }
}
