body {
  background-color: #f0f1f5;
}

.container {
  display: flex;
  justify-content: center;
  column-gap: 152px;
  margin: 152px 0;
}

.right-section {
  width: 502px;
}

.or-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.or-line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  background-color: #d9d9d9;
  height: 2px;
}

.or-text {
  background-color: #f0f1f5;
  position: relative;
  padding: 0 16px;
  font-family: "Inter";
}

.title {
  font-size: 48px;
  font-family: "Manrope";
  font-weight: 700;
  color: #000;
  text-align: center;
}

.qr-image {
  margin: 56px auto 97px;
  display: block;
  width: 200px;
  height: 200px;
}

.buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-device {
  width: 375px;
  height: 812px;
  border-radius: 45px;
  border: 8px solid #f3f4f6;
  background-color: #fff;
  box-shadow: 0 24px 60px -12px rgba(0, 0, 0, 0.16),
    -3px -3px 6px 0 rgba(255, 255, 255, 0.8) inset,
    3px 3px 8px 0 rgba(0, 0, 0, 0.06) inset, 0 12px 28px -6px rgba(0, 0, 0, 0.1);
}

.icon-container {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  margin: 152px auto 0;
  background: linear-gradient(
    180deg,
    #664aea 26.09%,
    #5340ad 44.45%,
    #44397e 61.04%,
    #3b3461 80.18%,
    #333046 99.64%
  );
}

.icon-parent {
  width: 156px;
  height: 156px;
  border-radius: 999px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-title {
  color: #333046;
  margin-top: 24px;
  font-size: 24px;
  font-weight: 700;
  font-family: "Manrope";
  text-align: center;
}

.deepwell-icon {
  width: 108px;
  height: 122px;
}

@media (max-width: 1200px) {
  .container {
    flex-direction: column;
    margin: 72px 0;
  }

  .mobile-device {
    width: 260px;
    height: 506px;
    margin: 0 auto;
    border-radius: 28px;
    border: 4px solid #f3f4f6;
    background: #fff;
    box-shadow: 0 12px 30px -6px rgba(0, 0, 0, 0.16),
      -1.5px -1.5px 3px 0 rgba(255, 255, 255, 0.8) inset,
      1.5px 1.5px 4px 0 rgba(0, 0, 0, 0.06) inset,
      0 6px 14px -3px rgba(0, 0, 0, 0.1);
  }

  .icon-container {
    width: 160px;
    height: 160px;
    border-radius: 20px;
    margin: 76px auto 0;
  }

  .icon-parent {
    width: 117px;
    height: 117px;
  }

  .deepwell-icon {
    width: 81px;
    height: 92px;
  }

  .title {
    font-size: 32px;
    font-weight: 700;
    margin-top: 32px;
  }

  .right-section {
    width: 80%;
    margin: 0 auto;
  }

  .qr-image {
    margin: 24px auto;
    display: block;
    width: 160px;
    height: 160px;
  }

  .main-title {
    font-size: 20px;
  }

  .or-line {
    height: 1px;
  }

  .buttons {
    flex-direction: column;
    row-gap: 17px;
  }
}
