.sec1 {
  background-color: var(--main-color);
  min-height: 62rem;
  display: grid;
  place-content: center;
  background-image: url(../../assets/imgs/aboutp-texture.png);
  background-position: center;
  background-size: cover;
}
.sec1 .sec1Wrapper {
  padding-top: 16rem;
  gap: 2.4rem;
}
.sec1 .sec1Wrapper .secTitleDesc {
  font-size: 5rem;
  max-width: 64.9rem;
  text-align: center;
}
.sec1 .sec1Wrapper .sec1Btn {
  margin-top: 3.2rem;
  height: 6.7rem;
  max-width: 28rem;
  width: 100%;
  font-size: 1.8rem;
}

.foundersSec {
  background-color: white;
  padding-top: 6rem;
}
.foundersSec .secTitleDesc18 {
  color: var(--shade2-gray);
  margin: 16px auto 24px;
  max-width: 520px;
  width: 100%;
}

.founderPart {
  padding: 24px 0;
}
.founderPart .founderPartContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
.founderPart .imgContainer {
  max-width: 57.2rem;
  width: 100%;
  height: 42rem;
}
.founderPart .imgContainer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.founderPart .founderInfo {
  max-width: 45.7rem;
}
.founderPart .founderInfo .founderName {
  font-size: 3.2rem;
  font-family: var(--george-font);
  font-weight: 500;
}
.founderPart .founderInfo .founderDesc {
  margin: 1.6rem 0;
  line-height: 2.8rem;
  font-size: 1.7rem;
  color: var(--shade2-gray);
}
@media screen and (max-width: 768px) {
  .founderPart .founderPartContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .founderPart .founderInfo .founderDesc {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
}

.sec3 .sec3Wrapper .sec3Content {
  padding: 7.2rem;
  border-radius: 1.6rem;
}
.sec3 .sec3Wrapper .sec3Content .lp .imgContainer {
  height: 54rem;
  margin: -20rem 7rem -20rem 0;
  border-radius: 1.6rem;
  overflow: hidden;
  min-width: 24rem;
}
.sec3 .sec3Wrapper .sec3Content .lp .imgContainer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .sec3 .sec3Wrapper .sec3Content {
    padding: 7.2rem 1.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 12rem;
  }
  .sec3 .sec3Wrapper .sec3Content .lp .imgContainer {
    margin: -20rem 1rem -18rem 0;
  }
}

.rdir .sec3 .sec3Wrapper .sec3Content .lp .imgContainer {
  margin: -20rem 0 -20rem 7rem;
}

.shareusSec .wrapper .content {
  gap: 5.2rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 420px) {
  .shareusSec .wrapper .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.shareusSec .wrapper .content .col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.6rem;
}
.shareusSec .wrapper .content .col .row {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}
.shareusSec .wrapper .content .col-1 .row1 .secTitleDesc {
  margin-bottom: 2.4rem;
  max-width: 24rem;
  margin-top: 1.6rem;
}
.shareusSec .wrapper .contactBtn {
  max-width: 24.9rem;
  height: 6.5rem;
  margin: 0 auto;
}

/*# sourceMappingURL=about.css.map */