.prices-realised__table-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.prices-realised__table-component {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  min-width: 230px;
  margin-bottom: 48px;
  padding-left: 10px;
  padding-right: 10px;
}

.prices-realised__table-component table th:not(:first-child),
.prices-realised__table-component table td:not(:first-child) {
  text-align: right;
  padding-left: 0;
  padding-right: 16px;
}

@media (max-width: 991px) {
  .prices-realised__table-component table {
    min-width: 0;
  }
}
@media (max-width: 761px) {
  .prices-realised__table-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .prices-realised__table-component {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
