.down-app-sec .heading {
  margin-bottom: 90px;
}

.mobile-img-wrapper .scrool-swipe {
  position: relative;
  padding-top: 80%;
  max-width: 70%;
  display: inline-block;
  width: 100%;
}

.mobile-img-wrapper .scrool-swipe > img {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  object-fit: contain;
  object-position: center;
}

.mobile-img-wrapper .scrool-swipe > img.left-mobile {
  left: 0;
  z-index: 1;
  width: 47%;
}

.mobile-img-wrapper .scrool-swipe > img.left-right {
  right: 0;
  width: 56%;
}

.mobile-img-wrapper {
  text-align: center;
}

.mobile-img-wrapper > .left-right {
  display: inline-block;
  margin-top: -65px;
}

.down-app-row > div.down-app-sec-left {
  width: 57%;
}

.down-app-row > div.down-app-sec-right {
  width: 43%;
  text-align: center;
}

.down-app-sec-right .subtext-md {
  --text-xl: 24px;
  margin-bottom: 78px;
}

.down-app-sec-right .barcode-image {
  margin: 0 auto 80px;
  display: block;
}
.dark .down-app-sec-right .barcode-image {
  filter: invert(1);
}

.down-app-sec-right .download-url {
  font-weight: 500;
  margin-bottom: 0;
}

.app-store-btn {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 38px;
}

.app-store-btn > a:hover {
  scale: 1.05;
}

.app-store-btn > a {
  transition: 0.2s ease-in;
}

@media (max-width: 1560px) {
  .down-app-sec-right .barcode-image {
    width: 32%;
  }
}

@media (max-width: 1440px) {
  .down-app-sec-right .barcode-image {
    width: 30%;
  }

  .app-store-btn > a {
    width: 34%;
    display: inline-block;
  }

  .app-store-btn > a > img {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .down-app-row > div.down-app-sec-left {
    width: 100%;
  }

  .down-app-row > div.down-app-sec-right {
    width: 100%;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .pd-b {
    padding-bottom: 70px;
  }

  .pd-t {
    padding-top: 70px;
  }

  .down-app-sec .heading {
    margin-bottom: 44px;
  }

  .down-app-row > div.down-app-sec-right {
    margin-top: 0px;
  }

  .mobile-img-wrapper > .left-right {
    margin-top: -40px;
  }

  .down-app-sec-right .subtext-md {
    margin-bottom: 30px;
  }

  .down-app-sec-right .barcode-image {
    margin-bottom: 40px;
  }

  .app-store-btn {
    margin-top: 26px;
    gap: 18px;
  }
}
