@media (min-width: 320px) {
  .phone-img > img {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .phone-img > img {
    width: 500px;
  }
}
