.page-banner-container{
  display:flex;
  flex-direction: row;
  align-items: center;
}

.page-banner-content-container{
  display:flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-content: end;
  flex: 1 1 565px;
}

.page-banner-content{
  display:flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  width: 75%;
}

.page-banner-image-container{
  padding-right: 24px;
  transform: scale(1.17);

}

@media screen and (max-width: 768px){
  .page-banner-content{
    padding-top:35px;
    padding-bottom: 45px;
  }
}