.desktop-mockup {
  width: 80%;
}

.images {
  display: flex;
  align-content: center;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
}

.main-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section {
  margin-top: 100px;
}
@media screen and (min-width: 992px) {
  .section {
    margin-top: unset;
  }
}

.title {
  font-size: 40px;
}
@media screen and (min-width: 1400px) {
  .title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1800px) {
  .title {
    font-size: 60px;
  }
}

.content {
  font-size: 12px;
}

.mobile-mockup {
  position: absolute;
  bottom: -50px;
  left: -10px;
  width: 150px;
  height: auto;
  z-index: 2;
}
@media screen and (min-width: 767px) {
  .mobile-mockup {
    bottom: -100px;
    left: -20px;
    width: 200px;
  }
}
@media screen and (min-width: 992px) {
  .mobile-mockup {
    bottom: -40px;
    left: -40px;
    width: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .mobile-mockup {
    bottom: -100px;
    left: -50px;
    width: 280px;
  }
}
