/* A captura do app também usa a moldura de iPhone 15 Pro Max. */
.screens .mobile-shot .phone-frame {
  width: 330px;
  padding: 10px;
  border: 3px solid #576277;
  border-radius: 47px;
  background: linear-gradient(135deg, #303949, #090b12 55%, #252d3c);
  box-shadow: 0 28px 68px #000b;
}
.screens .mobile-shot .phone-frame > i {
  top: 17px;
  width: 112px;
  height: 31px;
  border-radius: 22px;
}
.screens .mobile-shot .phone-frame > img {
  height: 590px !important;
  border-radius: 36px !important;
}
@media (max-width: 620px) {
  .screens .mobile-shot .phone-frame {
    width: 300px;
  }
  .screens .mobile-shot .phone-frame > img {
    height: 530px !important;
  }
}
