.modern {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.modern-content {
  max-width: 1170px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 20px 75px;
}
.modern-content__logo {
  width: 300px;
  height: 60px;
  margin: 30px 0;
}

.modern-slide {
  width: 100%;
}

/*# sourceMappingURL=modern.css.map */
