#home_banner {
  width: 100%;
}
.banner_box {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}
.banner_box_image {
  width: 100%;
}
.banner_box_image img {
  width: 100%;
}
.banner_box_text_box {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 45%;
  background-color: rgba(255, 255, 255, 0.72);
}
.banner_box_title {
  font-size: 36px;
  margin-top: 40px;
  margin-left: 40px;
}
.banner_box_text {
  font-size: 26px;
  margin-left: 40px;
}
.banner_box_button {
  position: absolute;
  right: 20px;
  bottom: 40px;
}
.banner_box_full_text {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  font-size: 26px;
}