/* about */
.about {
  padding: 60px 0;
  background: #ebf3f8;
}
.aboutTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.aboutText {
  width: 49.3%;
}
.aboutTitle {
  color: #292929;
  font-family: Helvetica;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 110% */
}
.aboutSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}
.aboutSub {
  color: #696b74;
  font-family: Helvetica;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
}
.aboutImg {
  width: 40.8%;
}
.aboutImg img {
  display: block;
  max-width: 100%;
}
.aboutBottom {
  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;
  gap: 22px;
  margin-top: 40px;
}
.aboutBottomSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #696b74;
  font-family: Helvetica;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
}
.aboutBottomSub img {
  display: block;
}

/* mission */
.mission {
  padding: 70px 0;
}
.missionTitle {
  color: #292929;
  font-family: Helvetica;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 51px; /* 150% */
}
.missionSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 28px;
}
.missionSubBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.missionSubBox img {
  display: block;
}
.missionSub {
  color: #696b74;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.missionSub a {
  color: #696b74;
  font-family: Helvetica;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.mission1 {
  background: #ebf3f8;
}

/* users */
.users {
  background: #ebf3f8;
  padding: 70px 0;
}
.usersTitle {
  color: #292929;
  font-family: Helvetica;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 51px; /* 150% */
}
.usersBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 28px;
  margin-top: 28px;
}
.userBox {
  width: 31.6%;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 20px 30px 20px;
}
.userBoxImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.userBoxSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}
.userBoxSub {
  color: #696b74;
  text-align: center;
  font-family: Helvetica;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* know */
.know {
  padding: 70px 0;
}
.knowTitle {
  color: #292929;
  font-family: Helvetica;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 51px; /* 150% */
}
.knowBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 28px;
}
.knowBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  border-radius: 12px;
  background: #fff;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.knowBlockImg img {
  display: block;
  width: 68px;
  height: 68px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.knowBlockText {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.knowBlockTitle {
  color: #000;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.knowBlockSub {
  color: #696b74;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-top: 10px;
}

/* think */
.think {
  background: #ebf3f8;
  padding: 70px 0;
}
.thinkTitle {
  color: #292929;
  font-family: Helvetica;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 51px; /* 150% */
}
.thinkBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 28px;
}
.thinkBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 31.6%;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 20px 30px 20px;
  min-height: 313px;
}
.thinkBlockTop {
  margin-bottom: auto;
}
.thinkBlockImg {
  margin-bottom: 24px;
}
.thinkBlockImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.thinkBlockSub {
  color: #000;
  text-align: center;
  font-family: Helvetica;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.thinkBlockSub1 {
  color: #696b74;
  text-align: center;
  font-family: Helvetica;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}
.thinkBlockSub2 {
  margin-top: 20px;
}

/* press */
.press {
  padding: 70px 0;
}
.pressTitle {
  color: #292929;
  font-family: Helvetica;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 51px; /* 150% */
}
.pressBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 28px;
  margin-top: 28px;
}
.pressBlock {
  width: 31.6%;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 20px 30px 20px;
}
.pressBlockImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.pressBlockTitle {
  color: #000;
  text-align: center;
  font-family: Helvetica;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 24px;
}

@media screen and (max-width: 991px) {
  /* about */
  .about {
    padding: 50px 0;
  }
  .aboutTop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .aboutImg {
    width: 100%;
  }
  .aboutImg img {
    margin: 0 auto;
  }
  .aboutText {
    width: 100%;
  }

  /* mission */
  .mission {
    padding: 50px 0;
  }

  /* users */
  .users {
    padding: 50px 0;
  }
  .userBox {
    width: 48%;
  }

  /* know */
  .know {
    padding: 50px 0;
  }

  /* think */
  .think {
    padding: 50px 0;
  }
  .thinkBlocks {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 28px;
  }
  .thinkBlock {
    width: 48%;
  }

  /* press */
  .press {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  /* about */
  .about {
    padding: 30px 0;
  }
  .aboutTitle {
    font-size: 24px;
    line-height: 34px;
  }
  .aboutSub {
    font-size: 16px;
    line-height: 26px;
  }
  .aboutBottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
  }

  /* mission */
  .mission {
    padding: 30px 0;
  }
  .missionTitle,
  .usersTitle,
  .knowTitle,
  .thinkTitle,
  .pressTitle {
    font-size: 24px;
    line-height: 34px;
  }

  /* users */
  .users {
    padding: 30px 0;
  }
  .userBox {
    width: 100%;
  }

  /* know */
  .know {
    padding: 30px 0;
  }
  .knowBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  /* think */
  .think {
    padding: 30px 0;
  }
  .thinkBlock {
    width: 100%;
  }

  /* press */
  .press {
    padding: 30px 0;
  }
  .pressBlock {
    width: 100%;
  }
}
