.macbook-slider-container,
.macbook-img {
  height: 380px;
}

.swiper {
  margin-left: 78px;
}

.desktop-image {
  margin-top: 24px;
  height: 252px;
}

@media screen and (min-width: 640px) {
  .macbook-slider-container,
  .macbook-img {
    height: 600px;
  }

  .swiper {
    margin-left: 123px;
  }

  .desktop-image {
    margin-top: 38px;
    height: 398px;
  }
}

@media screen and (min-width: 1600px) {
  .macbook-slider-container,
  .macbook-img {
    height: 800px;
  }

  .swiper {
    margin-left: 164px;
  }

  .desktop-image {
    margin-top: 50px;
    height: 531px;
  }
}
