.aboutfold1 {
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("./assets/img/about-bg.webp");
  background-color: var(--themeWhite);
  background-blend-mode: multiply;
  background-size: cover;
}

.aboutContainer {
  padding: 16rem 0;
}

.aboutfold2 {
  width: 90%;
  padding: 8rem 5% 8rem 5%;
}

.aboutCardsGreen {
  background-color: #f7fdf9;
  border-radius: 0.625rem;
  height: 100%;
  /* height: 10rem; */
}

.aboutCardsLight {
  border: 1px solid #f2f2f2;
  border-radius: 0.625rem;
  height: 100%;
  /* height: 10rem; */
}

.aboutfold3 {
  width: 90%;
  padding: 5rem 5% 5rem 5%;
}

.valuesConatiner {
  /* df fdr alic jcsb mt-30 */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
}

@media only screen and (max-width: 768px) {
  .aboutContainer {
    padding: 12rem 0;
  }

  .aboutfold2 {
    width: 90%;
    padding: 2rem 5% 2rem 5%;
  }

  .valuesConatiner {
    /* df fdr alic jcsb mt-30 */
    display: flex;
    flex-direction: column !important;
    align-items: center;
    justify-content: center !important;
    margin-top: 3rem;
  }

  .valuesConatiner > div {
    width: 90%;
    margin-bottom: 1rem;
  }

  .aboutfold3 {
    width: 90%;
    padding: 2rem 5% 2rem 5%;
  }

  .aboutfold3 > h3 {
    text-align: center;
  }

  .aboutfold3 > div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .aboutfold3 > div > div {
    width: 100%;
    margin-bottom: 2rem;
  }
}
