.banner_section { 
  width: 100%;
  text-align: center;
  background-image: url(../images/banner_bg.png);
  background-position: center ;
  background-repeat: no-repeat;
  background-size: cover  ;
}

.page_title { 
  margin-bottom: 10%;
}


