.lookbook-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.lookbook-image {
  max-width: 44%;
  width: 100%;
  margin: 53px 0;
}