/* pdf download section */
.rtc-download-container {
  border-radius: 0.5em;
  background-size: cover;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 4.5rem;
}

.btn-download {
  background: white;
  color: rgba(192, 0, 145, 1);
  font-family: "Rakuten Sans UI Bold";
  text-align: center;
  font-size: 15px;
  font-style: normal;
  line-height: 27px;
  text-transform: uppercase;
  width: 143px;
  /* height: 40px; */
  border-radius: 4px;
  margin-right: 43px;
  margin-left: 119px;
}

.btn-download:hover,
.btn-download:focus,
.btn-download:active {
  background: white;
  color: rgba(192, 0, 145, 1);
  outline: none;
  box-shadow: none;
}

.rtc-download {
  color: #FFF;
  font-family: "Rakuten Sans UI Bold";
  font-size: 32px;
  font-style: normal;
  line-height: normal;
  margin-left: 60px;
}

.rtc-download-mobile {
  color: #FFF;
  text-align: center;
  font-family: "Rakuten Sans UI Bold";
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}

.btn-download-mobile {
  border-radius: 4px;
  background: white !important;
  color: rgba(192, 0, 145, 1);
  font-family: "Rakuten Sans UI Bold";
  text-align: center;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  text-transform: uppercase;
  width: 140px;
}

.btn-download-mobile:hover,
.btn-download-mobile:focus,
.btn-download-mobile:active {
  background: white;
  color: rgba(192, 0, 145, 1);
  outline: none;
  box-shadow: none;
}

/* Media Queries for Tablets */
@media (max-width: 1199px) {
  .rtc-download-container {
    padding: 15px;
  }

  .rtc-download {
    font-size: 27px;
    margin-left: 50px;
  }

  .btn-download {
    margin-top: -0.5em;
    margin-right: 10px;
    margin-left: 8vh;
    /* width: 109px; */
    padding: 10px 15px;
    font-size: 13px;
    line-height: 17px;
  }
}

/* Media Queries for Mobile Devices */
@media (max-width: 767px) {
  .rtc-download-container {
    padding: 15px;
    border-radius: 0.5em;
  }

  .rtc-download-container-mobile {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0.5em;
    margin-top: 2rem;
  }

  .rtc-download {
    font-size: 18px;
    margin-left: 10px;
  }

  .btn-download {
    margin-top: 0.5em;
    margin-right: 10px;
    margin-left: 32px;
    width: 109px;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 17px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .rtc-download-container {
    width: 100%;
    padding: 15px;
  }

  .pdf_download {
    margin-top: 15% !important;
  }

  .rtc-download {
    font-size: 21px;
    margin-left: 32px;
  }

  .btn-download {
    margin-top: 2.5em;
    margin-right: 10px;
    margin-left: 32px;
    /* width: 109px; */
    padding: 10px 15px;
    font-size: 13px;
    line-height: 17px;
  }

  .rtc-download-container-mobile {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0.5em;
    margin-top: 2rem;
  }

  .rtc-download-container {
    border-radius: 0.5em;
  }
}


@media (max-width: 1200px) and (min-width: 992px) {
  .button-background {
    padding-left: 62px;
  }
}

.pdf_download_card {
  height: 180px;
}