header {
  position: relative;
  
}

.aboutBannerDiv {
  width: 100%;
  background: #f2f2f3;
  position: relative;
}

.aboutBannerDiv img {
  width: 75%;
  display: block;
}

.aboutBannerDiv h2 {
  color: #813e54;
  letter-spacing: 15px;
  font-weight: 700;
  position: absolute;
  bottom: 30%;
  left: 63%;
}

.aboutBannerDiv h3 {
  color: #813e54;
  font-family: 'lora';
  position: absolute;
  bottom: 24%;
  left: 64%;
  font-size: 1.3em;
}

.aboutBannerDiv .horizontal {
  width: 80px;
  position: absolute;
  bottom: 29%;
  left: 73.5%;
  border: 1px solid #813e54;
}

.aboutDiv {
  background: #fff;
  border-top-left-radius: 120px;
  opacity: 0.8;
  width: 60%;
  margin-top: -4em;
  position: relative;
  float: right;
  clear: both;
  padding: 6em 8em;
  box-shadow: 0 10px 10px -10px #999999;
}

.about01 {
  position: absolute;
  top: -25px;
  left: -75px;
  width: 100%;
}

.aboutInfo {
  display: flex;
}

.aboutInfo .aboutTitle {
  width: 50%;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  text-align: center;
  margin: 0 5em 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.aboutInfo .aboutContent {
  width: 50%;
  margin: 0;
  letter-spacing: 2px;
  line-height: 1.8em;
  color: #595757;
  font-weight: 500;
}

.aboutTitle h3 {
  font-size: 1.5em;
  margin: 0;
  color: #813e54;
  font-weight: 700;
}

.aboutTitle h4 {
  margin: .5em 0;
  font-weight: 700;
  color: #595757;
  line-height: 1.5em;
}

.aboutImgDiv {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.aboutImgDiv img {
  width: 32%;
  display: block;
  padding-top: 6em;
  max-height: 437.5px; 
}

.aboutThreeBlock {
  margin-top: -10em;
  padding-bottom: 10em;
  position: relative;
}
.about02 {
  position: absolute;
  top: 153px;
  left: -100px;
  width: 100%;
}

.aboutThreeBlock .aboutTitleDiv {
  display: flex;
  align-items: center;
}

.aboutThreeBlock .aboutTitleDiv .aboutTitle {
  width: 50%;
  padding: 0 4em;
}

.aboutThreeBlock .aboutTitleDiv .aboutTitle .title {
  font-size: 1.5em;
  letter-spacing: 15px;
  color: #813e54;
}

.aboutThreeBlock .aboutTitleDiv .aboutTitle .subTitle {
  font-size: 1.2em;
  letter-spacing: 1px;
  font-family: 'lora';
  color: #813e54;
}

.aboutThreeBlock .aboutTitleDiv .aboutTitle  .horizontal {
  width: 70px;
  border-bottom: 2px solid #813e54;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
}

.aboutThreeBlock .aboutInfoDiv {
  background: #fff;
  display: flex;
  width: 80%;
  padding: 4em 3.5em;
  opacity: 0.8;
  border-bottom-right-radius: 100px;
  margin-top: 2em;
  box-shadow: 0 5px 15px -10px #999999;
}

.aboutThreeBlock .aboutInfoDiv .aboutInfoLeft {
  width: 550px;
  border-right: 1px solid #595757;
}

.aboutThreeBlock .aboutInfoDiv .aboutInfoLeft > div {
  display: flex;
  align-items: center;
  margin: 1em 0;
}

.aboutThreeBlock .aboutInfoDiv .aboutInfoRight > div {
  display: flex;
  align-items: center;
  margin: 1em 0;
}

.aboutInfoLeft img {
  width: 60px;
  height: 60px;
  display: block;
}

.aboutInfoRight img {
  width: 60px;
  height: 60px;
  display: block;
  padding-left: 10em;
}

.aboutInfoLeft .num, .aboutInfoRight .num {
  margin-left: 4em;
  text-decoration: underline;
  color: #813e54;
  font-family: 'elmessiri';
  font-weight: 700;
}

.aboutInfoLeft .content, .aboutInfoRight .content {
  padding-left: 2em;
  color: #595757;
  font-weight: 700;
}

.aboutInfoLeft .equipment {
  display: flex;
  padding-left: 11em;
}

.aboutInfoLeft .equipment img {
  width: 15px;
  height: 15px;
  margin-right: .5em;
} 


@media screen and (max-width: 1280px) {
  .aboutBannerDiv .horizontal {
    left: 74.5%;
  }
  .about01 {
    top: -22px;
    left: -99px;
    width: 105%;
  }
  .about02 {
    top: 153px;
    left: -177px;
    width: 108%;
  }
}

@media screen and (max-width: 1024px) {
  .aboutBannerDiv .horizontal {
      left: 77.5%;
  }
  .aboutTitle h3 {
    font-size: 1.2em;
  }
  .aboutInfo .aboutContent {
    width: 60%;
    letter-spacing: 1px;
  }
  .aboutDiv {
    padding: 4em 6em;
    width: 65%;
  }
  .aboutInfoLeft .num, .aboutInfoRight .num {
    margin-left: 2em;
  }
  .aboutThreeBlock .aboutInfoDiv .aboutInfoLeft {
    width: 400px;
  }
  .aboutInfoRight img {
    padding-left: 4em;
  }
  .aboutThreeBlock .aboutTitleDiv .aboutTitle {
    width: 33%;
  }
  .aboutInfoLeft .equipment {
    display: flex;
    padding-left: 9em;
  }
  .about01 {
    top: -10px;
    left: -58px;
    width: 103%;
  }
  .aboutThreeBlock .aboutInfoDiv .aboutInfoLeft > div {
    margin: 0;
  }
  .about2 {
     top: 155px;
     left: -138px;
     width: 110%;
  }
}


@media screen and (max-width: 820px) {
  .aboutBannerDiv img {
      width: 100%;
  }
  .aboutBannerDiv h3 {
    bottom: 22%;
  }
  .aboutBannerDiv .horizontal {
    left: 81.5%;
  }
  .aboutDiv {
    width: calc(100% - 16em);
    padding: 4em;
  }
  .aboutImgDiv img {
    width: 100%;
    padding-top: 4em;
  }
  .aboutThreeBlock {
    padding-bottom: 7em;
  }
  .aboutThreeBlock .aboutInfoDiv {
    padding: 2em;
    width: 85%;
  }
  .aboutInfoLeft img, .aboutInfoRight img {
    width: 50px;
    height: 50px;
  }
  .aboutThreeBlock .aboutInfoDiv .aboutInfoLeft {
    width: 350px;
  }
  .aboutInfoRight img {
    padding-left: 2em;
  }
  .aboutInfoLeft .content, .aboutInfoRight .content {
    padding-left: 1em;
  }
  .aboutInfoLeft .equipment {
    padding-left: 7em !important;
  }
  .about01 {
    display: none;
  }
  .about02 {
    width: 119%;
  }
}

@media screen and (max-width: 428px) {
  .aboutDiv {
    margin-top: 0;
    width: calc(100% - 8em);
    border-top-left-radius: 0px;
  }
  .aboutInfo {
    flex-direction: column;
  }
  .aboutInfo .aboutTitle {
    width: 100%;
    margin: 1em 0;
    padding: 1em 0;
  }
  .aboutTitle h4 {
    margin: 0;
    margin-top: .5em;
  }
  .aboutInfo .aboutContent {
    width: 100%;
  }
  .aboutImgDiv img {
    padding-top: 0;
  }
  .aboutThreeBlock .aboutTitleDiv {
    display: none;
  }
  .aboutThreeBlock .aboutInfoDiv {
    margin-top: 10em;
    flex-direction: column;
    border-bottom-right-radius: 0px;
  }
  .aboutInfoRight img {
    padding-left: 0;
  }
  .aboutThreeBlock .aboutInfoDiv .aboutInfoLeft {
    border-right: 0;
    border-bottom: 1px solid #595757;
    width: calc(100% - 1em);
  }
  .aboutThreeBlock {
    padding-bottom: 0;
  }
  .aboutInfoRight {
    width: calc(100% - 1em);
  }
  .aboutBannerDiv h3 {
    bottom: 5%;
    left: 60%;
    font-size: 16px;
  }
  .aboutBannerDiv h2 {
    left: 60%;
    bottom: 17%;
    font-size: 19.2px;
  }
  .aboutBannerDiv .horizontal {
    display: none;
  }
  .about02 {
    display: none;
  }
}  





