.wrapper__about--main {
  margin-bottom: 112px;
}

.header {
  background: var(--card-bg-color);
}

.header__icon-txt {
  color: var(--text-tertiary);
}

.header__icon-rg {
  background-color: transparent !important;
}

.wrapper__about--item {
  width: calc(50% - 12px);
  background-color: #fff;
  padding: 24px;
  display: flex;
  align-items: center;
}
.wrapper__about--icon {
  width: 120px;
  height: 120px;
  margin-right: 48px;
}
.wrapper__about--title {
  color: #303a45;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 16px;
}
.wrapper--mission-mob {
  display: none;
}
.about__gallery-mob {
  display: none;
}
.about__gallery--item {
  width: 100%;
  min-height: 230px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about__gallery {
  height: 475px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 24px;
}
.about__gallery--item1 {
  width: calc(70% - 24px);
  flex: 1 225px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about__gallery--item1:last-child {
  width: 30%;
}

/* media queries */

@media only screen and (max-width: 991px) {
  .about__gallery {
    display: none;
  }
  .about__gallery-mob {
    display: block;
    margin-bottom: 16px;
  }
  .wrapper__about--item {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 16px;
  }
  .wrapper__about--icon {
    width: 72px;
    height: 72px;
    margin-right: 16px;
  }
  .wrapper__about--title {
    font-size: 16px;
    margin-bottom: 0;
  }
  .wrapper__about--body {
    text-align: left;
    margin-top: 24px;
  }
  .wrapper--mission-mob {
    display: unset;
  }
  .wrapper--mission {
    display: none;
  }
  .wrapper__about--main {
    margin-bottom: 32px;
  }
}

.aboutStaticalData-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-first {
  background-color: #fff;
  padding-bottom: 48px;
  list-style-position: inside;
}

.about-first--image {
  max-height: 320px;
  max-width: 100%;
}
.about-first--image img {
  object-fit: cover;
  width: 100%;
  height: 320px;
  border-radius: 12px;
}
.nav_menu_about > a {
  color: var(--text-tertiary) !important;
}
.whoweare-right-upper {
  margin-bottom: 24px;

  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--text-secondary-color);
}
.whoweare-right {
  padding: 16px 0 0 0;
}
.whoweare-right > h5 {
  margin-bottom: 8px;
}
.whoweare-right-down {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--text-secondary-color);
}

.whoweare-right h5 {
  color: var(--text-primary-color);
}

.about-second {
  background-color: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
}

.about-vision .vision-icon-p {
  color: var(--text-primary-color);
}

.about-vision .vision-left-body-p {
  color: var(--text-secondary-color);
}

.about-vision-left {
  padding: 24px 16px 32px 16px;
  border-radius: 12px;
  gap: 12px;
  background-color: #f2f5fc;
  border: none;
  min-height: 244px;
}

.vision-icon-div {
  width: 72px;
  height: 72px;
  padding: 15px;
  border-radius: 72px;
  border: 0.5px;
  gap: 10px;
  background-color: #fff;
}

.vision-icon-div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.vision-icon-p {

  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  margin-left: 16px;
}

.values-headline {

  font-size: 24px;
  font-weight: 700;
  line-height: 50.4px;
  text-align: left;
  color: var(--text-primary-color);
}

.vision-left-head {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.vision-left-body-p {

  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
}

.vision-left-body-p .about-sec3 .row {
  align-items: center;
}

.about-sec3 .section3-data-name {
  margin: 0;
}

.section3-data-value {
  font-size: 21px;
}

.about-third {
  background-color: #fff;
  padding: 48px 0 48px 0;
  gap: 24px;
}



.card-values-section {
  background-color: #fafafa;
  height: 244px;
  padding-top: 24px;
  padding-bottom: 24px;
  border: none;
}
.values-head-left {

  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--main-color);
}

.values-head {
  margin-bottom: 32px;
}

.values-second-card-part {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.values-head-text {
  margin-bottom: 24px;
}
.values-head-text > span {

  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--text-primary-color);
}

.values-head {
  margin-bottom: 4px !important;
}

.card-values-section {
  padding: 24px 16px 24px 16px;
}

@media screen and (max-width: 991px) {
  .values-head-text {
    padding: 0;
    margin: 0;
  }

  .about-vision {
    gap: 16px;
  }

  .whoweare-right {
    word-break: break-word;
    hyphens: auto;
    padding: 0;
  }
  .values-head-text > span {
    font-size: 20px;
  }

  .values-head-left {
    font-size: 24px;
  }

  .vision-icon-p {
    font-size: 18px;
  }

  .vision-icon-div {
    width: 40px;
    height: 40px;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
  }

  .vision-icon-div img {
    width: 18px !important;
    height: 18px !important;
  }
}
