.download-app-container{
  background-color: white;
  /* padding: 50px 24px; */
}
.download-app-inner-container{
  background-color: var( --download-app-bg);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding: 50px 24px;
}
.download-app-heading{
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  color: var(--headings-txt-color);
  max-width: 582px;
  margin-bottom: 32px;
}
.download-app-side-heading {
  font-size: 20px;
  font-weight: 500;
  line-height: 18px;
  color: var(--headings-txt-color);
  word-break: break-word;
}
.download-app-side-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: var(--headings-txt-color);
  word-break: break-word;
}
.scan-class{
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: black;
  margin-bottom: 8px;
  margin-top:32px;
}
.mob-img{
  max-width:415px;
  height:auto;
}
@media screen and (max-width: 767px) {
  .download-app-heading{
    font-size: 21px;
    font-weight: 500;
    line-height: 28px;
    color: var(--headings-txt-color);
    max-width: auto;
    margin-bottom: 22px;
  }
  .download-app-container{
    padding-top:19px;
  }
  .download-app-inner-container{
    padding: 50px 8px;
  }
  .download-app-side-heading{
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
  }
  .download-app-side-text{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
  .scan-class{
    margin-top:8px;
  }
  .mob-img{
     max-width:220px;
    height:auto;
  }
}