.app-in-phone {
  background:
    radial-gradient(circle at 50% 108%, rgba(14, 26, 18, 0.28) 0%, rgba(14, 26, 18, 0) 24rem),
    linear-gradient(160deg, #535861 0%, #1a1c22 40%, #0f1115 100%);
  border-radius: 3.3rem;
  box-sizing: border-box;
  box-shadow:
    0 1.8rem 3.8rem rgba(0, 0, 0, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1),
    inset 0 0 0 0.1rem #090a0d,
    inset 0 -0.6rem 1rem rgba(255, 255, 255, 0.04);
  display: inline-block;
  max-width: 100%;
  padding: 0.3rem 0.3rem;
  position: relative;
  width: 20.75rem;
}

.app-in-phone::before {
  background:
    radial-gradient(circle at calc(50% + 2.4rem) 1.02rem, #25334d 0%, #111722 0.26rem, #090b0f 0.5rem, transparent 0.52rem),
    linear-gradient(180deg, #1e2228 0%, #0d0f13 100%);
  background-position:
    0 0,
    center 0.78rem;
  background-repeat: no-repeat;
  background-size:
    100% 100%,
    3.35rem 0.34rem;
  border-bottom-left-radius: 1.35rem;
  border-bottom-right-radius: 1.35rem;
  content: "";
  height: 1.85rem;
  left: 50%;
  position: absolute;
  top: 0.95rem;
  transform: translateX(-50%);
  width: 8.65rem;
  z-index: 3;
}

.app-in-phone::after {
  background: rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  bottom: 1.8rem;
  content: "";
  height: 0.34rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 7.25rem;
  z-index: 3;
}

.app-in-phone > img {
  aspect-ratio: 828 / 1624;
  background: #303f9f;
  border: 0.1rem solid #060708;
  border-radius: 3rem;
  box-sizing: border-box;
  display: block;
  height: auto !important;
  margin: 0;
  max-width: 100%;
  object-fit: contain;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
  width: 100% !important;
}
