.page_banner .image {
  height: 550px;
  background-size: cover !important;
  margin-bottom: 94px; }

.page_banner .content {
  display: flex; }

.page_banner .left {
  flex: 1; }

.page_banner .right {
  flex: 1;
  padding-left: 80px; }

.page_banner .intro p {
  font-size: 22px; }

@media only screen and (max-width: 768px) {
  .page_banner .image {
    height: 400px; }
  .page_banner .left {
    flex: 0.7; }
  .page_banner .right {
    flex: 1.3;
    padding-left: 40px; } }

@media only screen and (max-width: 650px) {
  .page_banner .content {
    display: block; }
  .page_banner .image {
    margin-bottom: 50px;
    height: 300px; }
  .page_banner .right {
    padding-left: 0; } }
