.pdf-report-main-header {
  position: relative;
  z-index: 5;
  margin-bottom: 20px;
  text-align: center;
}
.pdf-report-main-header .header-bg {
  width: 100%;
  height: 250px;
}
.pdf-report-main-header .logo {
  position: absolute;
  top: 100px;
  right: 17%;
}
.pdf-report-main-header .logo img {
  height: 100px;
}
.pdf-report-main-header .report-title {
  color: #211b42;
  font-size: 32px;
  font-weight: bold;
  margin: 0;
}
.pdf-report-main-header .report-date {
  text-align: left;
  margin-top: 15px;
}
.pdf-report-main-header .report-date span {
  color: #fff;
  font-family: "Tahoma";
  font-size: 18px;
}
.pdf-report-main-intro {
  text-align: center;
  padding-bottom: 40px;
}
.pdf-report-main-intro h2 {
  padding-bottom: 15px;
  border-bottom: 2px solid #d0b364;
  display: inline-block;
  color: #492a64;
  font-weight: 700;
  margin: 0 0 20px;
  font-size: 21px;
}
.pdf-report-main-intro h2 img {
  margin: 0 7px;
}
.pdf-report-main-intro p {
  color: #492a64;
  text-align: justify;
  line-height: 30px;
  font-size: 15px;
  margin: 0;
}
