/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


html {
  font-size: 6.25%;
 
}
@media screen and (max-width:1050px) {
  html {
    font-size: 3.25%;
  }
}
body {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: hidden;
}

html, body {
  max-width: 100%;
}

.aboutUs .imageBg {
  background: url("./images/aboutImg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 425px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.aboutUs .imageBg .about {
  width: 308px;
  height: 98px;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  background: #472222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aboutUs .imageBg p {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 23px;
  /* identical to box height, or 58% */
  letter-spacing: 1.5px;
  color: #FFFFFF;
}
.aboutUs .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* margin-top: 5%;
  margin-bottom: 5%; */
  margin: 5%;
}
.aboutUs .content p:nth-child(1) {
  max-width: 1109px;
  font-family: "Poppins";
  font-style: normal;
  /* font-weight: 700; */
  font-size: 24px;
  line-height: 36px;
  /* or 150% */
  text-align: justify;
  letter-spacing: 1.5px;
  color: #4F4F4F;
}

@media screen and (max-width:1050px) {
  .aboutUs .imageBg{
    height: 200px;
  }
  .aboutUs .content p:nth-child(1) {
    max-width: 1109px;
    font-family: "Poppins";
    font-style: normal;
    /* font-weight: 700; */
    font-size: 16px;
    line-height: 26px;
    
    /* or 150% */
    text-align: justify;
    letter-spacing: 0.5px;
    color: #4F4F4F;
  } 
}