.transaction tr th {
    background: #d2d2d2 !important;
    border: 1px #333 solid;
    padding: 2%;
    max-width: 180px;
    text-align: center;
  width: 35%;}
.transaction td {
    padding: 1%;
    border: 1px #333 solid;
    text-align: left;
    vertical-align: middle;
    line-height: 1.6em;
  width: 65%;}
.c-section__content {margin:0;}
.c-section__content  p{margin:0;}
.transaction{margin-bottom: 10px;}
.c-section__label {width:100%;}
.c-section__heading--title {font-size:30px;}
.c-section__label {font-size:18px;}
.btn-flat-simple-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  margin-bottom: 20px;padding-left: 0;}
.btn-flat-simple {
    max-width: 250px;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
  border: 2px solid #d2d2d2;}
.btn-flat-simple {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 1em 0.5em;
    text-decoration: none;
    color: #fd8401;
    background: #ECECEC;
  transition: .4s;}
@media screen and (max-width: 1130px) {
.btn-flat-simple {max-width: 195px;font-size:1.1em;}
}
@media screen and (max-width: 940px) {
  .btn-flat-simple-ul { flex-direction: row !important;}
}

@media screen and (max-width: 750px) {
  .btn-flat-simple-ul {margin-top:100px;}
  .btn-flat-simple {margin-bottom:20px !important;}
}
@media screen and (max-width: 600px) {
   .btn-flat-simple-ul {margin-top:0;}
  .btn-flat-simple {padding: 1em 0;}

}
@media screen and (max-width: 480px) {
    .btn-flat-simple {max-width: 180px;font-size:1.1em;}
}