.c-transactions-act__tr{
  padding: 20px 0 4px;
  border-bottom:none;
}

.c-transactions-act-list{
  padding-top:12px;
  font-size:13px
}

.c-transactions-act-list li:not(:1last-child) {
  margin-bottom: 6px;
}

.transactions-act_li{
  padding-left: 1em;
  text-indent: -1em;
}

.transactions-act_li:before {
  content: "ви";
}
  
.transactions-act__link{
    font-weight: bold;
 }


    .page-title {
      position: relative;
      padding: 0 40px;
      text-align: center;
      font-size: 1.4em;
    }

    .page-title:before {
      position: absolute;
      top: calc(50% - 1px);
      left: 0;
      width: 100%;
      height: 2px;
      content: '';
      background: #b4975a;
    }

    .page-title span {
      position: relative;
      padding: 0 0.5rem;
      background: #fff;
    }