#app-section{
    height: 250px
}
.promo-section {
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
}


.promo-app-section {
  background-image: url('https://www.rural-ftp.com//images/images/yXgeWCnT1Lw5OdC6.jpg'); 
}

@media screen and (max-width: 991px) {
    .promo-app-section .promo-app-store img {
        max-width: 150px;
        margin-bottom: 10px;
    }
}


@media screen and (max-width: 1199px) {
    .promo-app-section .lead-promo {
        font-size: 21px;
    }
}

@media screen and (max-width: 767px) {
    .promo-app-section .lead-promo {
        font-size: 18px;
    }
}

.promo-app-section .block-title-promo {
    margin-bottom: 15px;
    margin-top: 50px;
}
@media screen and (max-width: 1199px) {
    .promo-app-section .block-title-promo {
        font-size: 36px;
    }
}

@media screen and (max-width: 768px) {
    .promo-app-section .block-title-promo {
        font-size: 30px;
            margin-top: 35px;
    }
}

.promo-app-section-phones {
  position: absolute;
  right: 0;
  top: -25px;
  width: 500px;
  overflow: hidden;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .promo-app-section-phones {
        top: initial;
        bottom: 0;
        width: 400px;
  }
}

@media screen and (max-width: 600px) {
    .promo-app-section-phones {
        display: none;
    }
}



@media screen and (min-width: 768px) {
    .promo-app-section-phones > img {
      transform: translate(150px,50px);
    }
}

@media screen and (min-width: 992px) {
    .promo-app-section-phones{
        width: 450px;
    }
    .promo-app-section-phones > img {
      transform: none;
    }
}

@media screen and (min-width: 1200px) {
    .promo-app-section-phones{
        width: 500px;
        top: -25px;
        transform: translate(-50px,0);
    }
}
@media screen and (min-width: 1650px) {
    .promo-app-section-phones{
        top: -75px;
        width: 600px;
        transform: translate(-180px,0);
    }
}

.promo-app-section-phones > img {
   transform: translate(-15px,-1px);
}