.app_download_section1 {
  padding: 180px 0 0;
  height: calc(100vh - 91px);
  background-color: #0093ff;
}
.app-left-log {
  height: 36px;
  width: 157px;
  background: url("../images/index_new/logo_1.png") no-repeat center;
  background-size: 100% 100%;
}

.app-left-txt {
  /* margin-top: 15px; */
  font-size: 38px;
  color: #ffffff;
}
.app-left .label {
  font-size: 14px;
  color: #ffffff;
  margin-top: 20px;
}

.btns {
  display: flex;
  /* align-items: center; */
  font-size: 17px;
  color: #000623;
  margin-top: -220px;
}

.btns .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 140px;
}

.btns .btn-r {
  margin-left: 78px;
}

.btns .btn img:first-child {
  width: 140px;
  height: 140px;
  margin-bottom: 16px;
}
.btns .btn img:last-child {
  width: 128px;
  height: 43px;
}

.app-right {
  height: 392px;
  width: 469px;
  background: url("../images/index_new/app-template.png") no-repeat center;
  background-size: 100% 100%;
  transition: all .3s;
  cursor: pointer;
}
.app-right:hover {
  transform: scale(1.02);
}

@media (max-width: 1240px) {
  .app_download_section1 {
    padding: 150px 0 0;
  }
}

@media (max-width: 1024px) {
  .app_download_section1 {
    padding: 120px 0 0;
  }
  .app-left-txt {
    font-size: 30px;
  }
  .app-left .label {
    font-size: 13px;
  }
  
  .btns {
    margin-top: -160px;
  }
  .btns .btn {
    width: 100px;
  }
  .btns .btn-r {
    margin-left: 55px;
  }
  .btns .btn img:first-child {
    width: 100px;
    height: 100px;
    margin-bottom: 12px;
  }
  .btns .btn img:last-child {
    width: 80px;
    height: 25px;
  }
  
  .app-right {
    height: 300px;
    width: 380px;
  }
  .app-right:hover {
    transform: scale(1.02);
  }
  .about-btn {
    font-size: 10px !important;
  }
}


@media (max-width: 991px) {
  .app_download_section1 {
    padding: 100px 0 0;
    height: 100vh;
  }
  .app-left-log {
    display: none;
  }
  .app-download-top {
    display: flex;
    flex-direction: column;
  }
  
  .app-left-txt {
    text-align: center;
    margin-top: unset;
    font-size: 26px;
  }
  .app-left .label {
    text-align: center;
    font-size: 14px;
    margin: 11px 0 27px;
  }

  .app-right {
    margin: auto;
    height: 247px;
    width: 301px;
  }

  .btns {
    /* flex-direction: column; */
    padding: 0 40px;
    justify-content: space-between;
    margin-top: 25px;
  }

  .btns .btn {
    /* width: unset; */
  }
  
  .btns .btn-r {
    margin-left: unset;
  }
  
  .btns .btn img:first-child {
    width: 109px;
    height: 109px;
    margin-bottom: 15px;
  }
  .btns .btn img:last-child {
    width: 96px;
    height: 32px;
  }
}