.pdfDownload{
    width:1000px;
    height: 1300px;
    margin: 0 auto;
  }
  /* ===============================================
. conversionBtn
=============================================== */
.conversionBtn{
  text-align: center;
  margin: 40px 0 0 0;
}
.conversionBtn a{
  font-size: 1.2em;
  background-color: #F08300;
  padding: 15px 25px;
  display: inline-block;
  border-radius: 100vh;
  color: #fff;
  text-decoration: none;
}
.conversionBtn a:hover{
  opacity: 0.7;
}

  @media screen and (max-width: 767px){
    .pdfDownload{
    width:90%;
    height: 500px;
  }
  }