.transaction-objects,
.platform-transaction-description {
  padding: 40px calc((100% - 1200px) / 2);
  background-color: #fff;
}
.platform-transaction-description .general-title {
  text-align: center;
}
.transaction-objects-title {
  text-align: center;
}
.description-text {
  line-height: 33px;
  color: #050505;
  font-size: 16px;
  font-weight: 200;
  font-family: 'Montserrat-ExtraLight';
}
.cards-wrapper {
  background-color: #f8f6f5;
  padding: 50px calc((100% - 1200px) / 2);
  display: flex;
}
.card-item {
  padding: 40px 20px 20px;
  flex: 1;
  width: 0;
  margin-right: 21px;
  text-align: center;
  color: #fff;
}
.card-item:last-child {
  margin-right: 0;
}
.card-title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 40px;
}
.transaction-attestation {
  background-color: #005da3;
}
.fund-escrow {
  background-color: #0889e9;
}
.ship-brokerage {
  background-color: #ffffff;
  color: #000;
}
.ship-brokerage .card-title {
  color: #005da3;
}
.big-num {
  font-size: 60px;
  font-weight: 200;
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
}
.transaction-attestation-margin-row {
  margin-top: 50px;
  margin-bottom: 20px;
}
.ship-brokerage-margin-row,
.fund-escrow-margin-row {
  margin: 40px;
}
.grid-list {
  display: grid;
  grid-template-columns: repeat(4, calc((1200px - 60px) / 4));
  grid-template-rows: repeat(auto-fill, 360px);
  gap: 20px;
  margin-bottom: 20px;
}
