.btn-pdf-center {
  text-align: center
}
.btn-pdf-center__box {
  display: inline-block;
  min-width: 200px
}
@media screen and (max-width:1744px) and (min-width:1025px) {
  .btn-pdf-center__box {
    min-width: calc(200 / 1744 * 100vw)
  }
}
@media screen and (max-width:1024px) {
  .btn-pdf-center__box {
    min-width: calc(200 / 1024 * 100vw)
  }
}
@media screen and (max-width:750px) {
  .btn-pdf-center__box {
    min-width: calc(200 / 750 * 100vw)
  }
}
.btn-pdf-center__box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 50px;
  color: #fff !important;
  background: #dc2b2b;
  border: 1px solid #dc2b2b;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media screen and (max-width:1744px) and (min-width:1025px) {
  .btn-pdf-center__box a {
    min-height: calc(50 / 1744 * 100vw)
  }
}
@media screen and (max-width:1024px) {
  .btn-pdf-center__box a {
    min-height: calc(50 / 1024 * 100vw)
  }
}
@media screen and (max-width:750px) {
  .btn-pdf-center__box a {
    min-height: calc(100 / 750 * 100vw)
  }
}
.btn-pdf-center__box a span {
  padding: 14px 20px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media screen and (max-width:1744px) and (min-width:1025px) {
  .btn-pdf-center__box a span {
    padding: calc(14 / 1744 * 100vw) calc(20 / 1744 * 100vw);
    font-size: clamp(14px, calc(14 / 1744 * 100vw), 14px)
  }
}
@media screen and (max-width:1024px) {
  .btn-pdf-center__box a span {
    padding: calc(14 / 1024 * 100vw) calc(20 / 1024 * 100vw);
    font-size: clamp(14px, calc(14 / 1024 * 100vw), 14px)
  }
}
@media screen and (max-width:750px) {
  .btn-pdf-center__box a span {
    padding: calc(24 / 750 * 100vw) calc(40 / 750 * 100vw);
    font-size: clamp(14px, calc(30 / 750 * 100vw), 30px)
  }
}
.btn-pdf-center__box a img {
  width: auto;
  height: 27px;
  padding: 0 15px;
  border-left: 1px solid #fff;
  -webkit-transition: .39s;
  transition: .39s
}
@media screen and (max-width:1744px) and (min-width:1025px) {
  .btn-pdf-center__box a img {
    height: calc(27 / 1744 * 100vw);
    padding: 0 calc(15 / 1744 * 100vw)
  }
}
@media screen and (max-width:1024px) {
  .btn-pdf-center__box a img {
    height: calc(27 / 1024 * 100vw);
    padding: 0 calc(15 / 1024 * 100vw)
  }
}
@media screen and (max-width:750px) {
  .btn-pdf-center__box a img {
    height: calc(54 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw)
  }
}
.btn-pdf-center__box a:hover {
  opacity: 1;
  color: #dc2b2b !important;
  background: #f8f8f8
}
.btn-pdf-center__box a:hover img {
  border-left: 1px solid #dc2b2b
}