.container {
  display: flex; }
  .container > :not(:last-child) {
    margin-right: 150px; }
  .container > div > * {
    margin-bottom: 30px; }
