.banner {
  background: url(../../img/Infrastructure-1.png);
  background-size: cover;
  background-repeat: no-repeat;
}
h1.page_header {
  color: #126b92 !important;
  text-align: center;
  padding: 65px 0px;
  font-size: 40px;
  margin: 0px;
}
.page_header2 {
  color: #126b92 !important;
}
p.page_content {
  margin-bottom: 5%;
}
.spec_head {
  width: fit-content;
  padding-bottom: 5px;
}
@media screen and (max-width: 600px) {
  h1.page_header {
    font-size: 26px;
    padding: 65px 20px;
  }
}
