.store {
  position: relative;
  height: 431px;
  background: url('../img/app-bg.jpg') no-repeat;
  background-position: center;
  background-size: cover;
}

.store__image {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.store__image-iphone {
  margin-bottom: 21px;
}

@media screen and (min-width: 429px) {
  .store {
    height: 500px;
  }
}

@media screen and (min-width: 1025px) {
  .store {
    background-position-y: 30%;
  }
}