body {
  font-family: 'Lato', sans-serif;
}

main {
  margin: auto;
  max-width: 1400px;
}

.container {
  max-width: 960px;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.store-image {
  height: 45px;
}

.product-device {
  position: absolute;
  right: 5%;
  bottom: -30%;
  width: 300px;
  height: 616px;
  background: url('home.png');
  border-radius: 21px;
  transform: rotate(30deg);
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 0;
  background: url('onboarding.png');
}

.mockup-column {
  height: 400px;
}

@media (min-width: 992px) {
  .mockup-column {
    height: 650px;
  }
}

.mockup-column-bg-dark {
  background-color: #78C4C4;
  color: white;
}

.flex-equal>* {
  flex: 1;
}

@media (min-width: 768px) {
  .flex-md-equal>* {
    flex: 1;
  }
}