header{
  background-color: #01609A !important;
}
h1{
  margin-top: 80px;
  margin-bottom: 30px;
  font-weight: 700;
}
.color{
  color: #01609A !important;
}
p{
  font-size: 1rem;
}
.detailCont{
  width: 80%;
  margin: auto;
}
.subtitle{
  font-size: 1.5rem;
}
.pdf_docs{
  width: 100%;
  height: 800px;
}
@media screen and (max-width: 700px) {
  .pdf_docs{
    height: 600px;
  }
}
@media screen and (max-width: 500px) {
  .pdf_docs{
    height: 400px;
  }
}