body {
  color: #333;
}

.about-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: 12.6rem auto;
  text-align: center;
  margin-bottom: 30vh;
}

.first-card {
  /* margin-bottom: 9.6rem; */
}

.moeed {
  width: 60%;
  border-radius: 12px;
  box-shadow: 0px 5px 30px 1px rgba(0, 0, 0, 0.2);
}

.about-grid {
  gap: 6.4rem;
  align-items: center;
  justify-content: space-between;
  justify-items: center;
  margin: 9.6rem 0;
}

.secondary-heading {
  font-size: 4.8rem;
}

.description {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-top: 4.8rem;
}

.vision,
.mission {
  margin-top: 3.2rem;
  background-color: #e67822;
  padding: 4.8rem;
  border-radius: 12px;
  color: white;
  display: flex;
  gap: 2.8rem;
  align-items: center;
  justify-content: space-around;
}

.white-secondary-heading {
  font-size: 3.2rem;
}

.text-description {
  font-size: 1.8rem;
}

.card {
  padding: 6.4rem;
  background-color: #f1f1f1;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.card-grid {
  gap: 2.4rem;
  margin-top: 6.4rem;
  margin-bottom: 9.6rem;
}

.icon {
  width: 6.4rem;
  height: 6.4rem;
}

.card-heading {
  color: #e67822;
  font-size: 2.4rem;
}

.card-description {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 1rem;
}

.core {
  margin-top: 9.6rem;
}

.card:hover,
.card:active {
  transform: translateY(-4%);
}

.achievement {
  background-color: #e67822;
}

.achieve-contain {
  padding-top: 9;
}

.white-secondary-heading-1 {
  font-size: 3.2rem;
  margin-top: 6.4rem;
  color: white;
  margin-bottom: 3.2rem;
  text-align: center;
}

.achievement-flex {
  display: flex;
  gap: 2.4rem;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 9.6rem;
}

.achievement-card {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  width: 100%;
  transition: all 0.5s;
}

.achievement-card:hover,
.achievement-card:active {
  transform: translateY(-3%);
}

@media only screen and (max-width: 768px) {
  .vision {
    flex-direction: column;
  }
  .moeed {
    width: 80%;
  }
}

.about-flex {
  width: 80%;
}

.about-achievement {
  font-size: 1.6rem;
  padding: 3.2rem 1.6rem;
  font-weight: 500;
  color: white;
}
