@media only screen and (max-width: 991px) {
  .DownloadSection .DownloadSectionContent .MainHeading h3 {
    font-size: 65px;
  }
  .DownloadSection .DownloadSectionContent .MainHeading h1 {
    font-size: 140px;
  }
  .OurProductSection .MainHeading h3 {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .footer a {
    width: 85%;
    font-size: 17px;
    padding: 10px;
    transform: translate(-50%, -50%);
    bottom: 0px;
    left: 50%;
  }
  .footer a img {
    position: static;
    width: 30px;
  }
  .DownloadSection .DownloadSectionContent .MainHeading h1 {
    font-size: 110px;
  }
  .DownloadSection .DownloadSectionContent .MainHeading h3 {
    font-size: 55px;
  }
  .OurProductSection .MainHeading h3 {
    font-size: 60px;
    margin-bottom: 20px;
  }
  .DownloadSection .DownloadSectionContent .joinnowbtn {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .DownloadSection .DownloadSectionContent .joinnowbtn a.downloadbtn {
    width: 100%;
  }
  .DownloadSection .DownloadSectionContent .MainHeading h1 {
    font-size: 70px;
  }
  .DownloadSection .DownloadSectionContent .MainHeading h3 {
    font-size: 35px;
    line-height: 35px;
  }
  .OurProductSection .MainHeading h3 {
    font-size: 40px;
  }
  .OurProductSection {
    padding: 10px;
  }
  .DownloadSection {
    padding: 30px 10px;
  }
  .OurProductSection ul li .ProductContent h2 img {
    width: 30px;
    height: 30px;
  }
  .OurProductSection ul li .ProductContent h2 span {
    font-size: 22px;
  }
  .OurProductSection ul li p {
    padding: 20px;
  }
}
