.cart__postage {
  background-color: #f5f9ff;
  padding: 4px;
  margin: 0 auto 16px;
  text-align: center;
  font-weight: 600;
  color: #313534;
  font-size: 1.4rem;
  border-radius: 4px;
}

.cart__postage .cart__postage-value {
  color: #F23C72;
  font-size: 1.4rem;
}