.about_page {
  padding-bottom: 35px;
}
.about_page .wrap {
  /* display: flex;
  justify-content: space-between;
  flex-wrap: wrap; */
  overflow: hidden;
}

/* .video_banner {
  position: relative;
  width: 50%;
  overflow: hidden;
} */

/* .video_banner .video_box {
  width: 100%;
  padding-top: 67%;
  position: relative;
  overflow: hidden;
}

.video_banner .video_box video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.video_banner .img_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video_banner .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video_banner .img_box .player_btn {
  width: 73px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video_banner .img_box .player_btn .play {
  width: 100%;
  position: relative;
  padding-top: 100%;
  background: url(../images/play_btn.svg) no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
} */

.left_img {
  float: left;
    width: 35%;
    position: relative;
    padding: 12px 12px 13px 0;
    /* border-top: 3px solid #e7b933; */
    border-right: 3px solid #FEEEC6;
    /* border-bottom: 3px solid #e7b933; */
}
.left_img::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 3px;
  background: #FEEEC6;

}
.left_img::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #FEEEC6;
}
.left_img .imgb{
	padding: 3px 0;
}
.left_img .imgb img{
  max-width: 100%;
  width: 100%;
}
.about_page .right_text {
  width: 60%;
  float: right;
}
.about_page .right_text .ratio {
  /* position: relative; */
  width: 100%;
  /* padding-top: 71%; */
}
.about_page .right_text .ratio .content_box {
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  /* height: 100%;
  overflow: auto; */
}
.about_page .right_text .ratio .content_box::-webkit-scrollbar {
  width: 3px;
}

.about_page .right_text .ratio .content_box::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 2em;
}

.about_page .right_text .ratio .content_box::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 2em;
}
.about_page .right_text h2 {
  color: #FABF2A ;
  font-size: 26px;
  line-height: 60px;
  font-weight: 400;
  position: relative;
  font-family: "PulpDisplay-Medium";
}
/* .about_page .right_text em {
  width: 31px;
  height: 3px;
  background: #e7b933;
  display: block;
  margin: 18px 0;
} */

.about_page .right_text .textb{
  padding: 25px 0;
}
.about_page .right_text p {
  display: block;
  font-size: 24px;
  color: #333333;
  line-height: 1.4;
  font-family: "calibri";
  word-break: break-word;
}

@media (min-width: 1001px){
  .about_page .right_text p {
    line-height: 43px;
  }
  .left_img .imgb img {
    height: 320px;
    object-fit: cover;
}
  
}
@media screen and (max-width: 1000px) {
  .about_page .wrap {
    flex-direction: column;
  }
  .video_banner {
    width: 100%;
  }
  .left_img{
    width: 100%;
    border: none;
  }
  .left_img::before,
  .left_img::after{
    display: none;
  }
  .about_page .right_text {
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .about_page .right_text h2 {
    font-size: 24px;
  }
  .about_page .right_text p {
    font-size: 18px;
    line-height: 1.6em;
  }
}
