.about_us .page-center {
  max-width: 1328px;
}
.about_us h2.title {
  text-align: center;
  margin-bottom: 33px;
  font-family: museo-w01-700,serif;
}
.about_us .border_wrap {
  max-width: 387px;
  position: absolute;
  top: 0;
  border: 1px solid rgb(139 0 0 / 50%);
  display: block;
  width: 90%;
  height: 81.5%;
}
.about_us .col_wrap.right .image_wrap .border_wrap {
  height: 66.7%;
}
.about_us .inner_bdr {
  border: 2px solid #8b0000;
  position: absolute;
  width: 100%;
  height: 100%;
}
.about_us .image_wrap {
  position: relative;
}
.about_us .col_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.about_us .image_wrap {
  text-align: center;
}

.about_us .image_wrap_inn {
  margin-top: 89px;
  margin-bottom: 16px;
  position: relative;
}
.about_us .content_wrap .inner_wrap {
  max-width: 444px;
  position: relative;
}
.about_us .content_wrap .inner_wrap p {
  margin: 0;
  line-height: 1.5em;
}



.about_us .right .image_wrap_inn {
  margin-top: 50px;
}
.about_us .right .image_wrap_inn .image img {
  border: 1px solid rgb(212, 212, 212);
}
.about_us .right .image_wrap_inn .image:nth-child(2) img {
  border-top: 0;
}
.about_us .right .image_wrap_inn .image:nth-child(2) {
  text-align: left;
  margin-left: -45px;
}
.about_us .col_wrap.right .content_wrap {
  margin-top: 126px;
}
.about_us .right .content_wrap .inner_wrap {
  max-width: 505px;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}


@media (min-width: 768px) {
  .about_us .col {
    width: 50%;
    height: auto;
  }
  .about_us .image_wrap {
    padding-right: 60px;
  }
  .about_us .col_wrap.right .image_wrap {
    order: 2;
    padding-right: 0;
    padding-left: 48px;
    width: calc(50% - 45px);
    height: auto;
  }
  .about_us .col_wrap.right .image_wrap .border_wrap {
    right: 20px;
  }
  .about_us .content_wrap .inner_wrap {
    left: -2px;
  }
  .about_us .left+.right {
    margin-top: -70px;
  }
  .about_us .col_wrap.right .content_wrap {
    width: calc(50% + 45px);
    height: auto;
  }
  .about_us .right .content_wrap .inner_wrap {
    left: 0;
    margin-left: auto;
    text-align: justify;
    padding-right: 35px;
  }
  .about_us .bottom_image {
    text-align: right;
    position: relative;
    right: -4px;
  }
}

@media (max-width: 767px) {
  .about_us .col_wrap {
    display: block;
  }
  .about_us .border_wrap {
    max-width: 100%;
    width: 50%;
  }
  .about_us .image_wrap_inn {
    margin-top: 0;
    padding-top: 80px;
    margin-bottom: 50px;
  }
  .about_us .content_wrap .inner_wrap {
    max-width: 100%;
    /*     max-width: 500px !important; */
    height: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .about_us .right .image_wrap_inn .image:nth-child(2) {
    margin-left: 0;
  }
  .about_us .col_wrap.right .image_wrap .border_wrap {
    right: 0;
  }
  .about_us .right .content_wrap .inner_wrap {
    max-width: 100%;
    height: auto
    text-align: center;
  }
  .about_us .col_wrap.right .content_wrap {
    margin-top: 0;
  }
  .about_us .right .image_wrap_inn {
    margin-bottom: 30px;
  }
  .about_us .right .content_wrap .inner_wrap {
    margin-bottom: 20px;
  }
  .about_us .bottom_image {
    text-align: center;
  }
  .about_us .image_wrap_inn {
    margin-bottom: 30px;
  }
}