/****** PLACE YOUR CUSTOM STYLES HERE ******/
.hero_banner_overlay:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

p.banner {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

p.banner span {
  font-size: 42px;
  font-weight: 700;
  line-height: 54px;
}

@media all and (max-width: 767px) {
  p.banner {
    font-size: 15px;
    line-height: 26px;
  }

  p.banner span {
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
  }
}

.about_us {
  display: flex;
  height: 500px;
  position: relative;
}

.about_us_word {
  position: absolute;
  background-color: #f5f5f5;
  width: 35%;
  top: 10%;
  left: 10%;
  padding: 30px;
}

.about_us_image {
  width: 100%;
  object-fit: cover;
}

.about_us_word h1 {}

@media (max-width:1200px) {
  .about_us_word {
    position: static;
    width: 100%;
  }

  .about_us {
    height: auto;
  }

  .about_us_image {
    display: none;
  }
}

@media (max-width:768px) {
  .about_us {
    border: none;
    background: none;
  }
}

@media (min-width: 1200px) {
  .about_us_word {
    width: 500px;
    height: 400px;
  }
}
