body {
  color: #333;
}

.md-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 9.6rem;
}


.first-card {
  /* margin-bottom: 9.6rem; */
}

.moeed {
  width: 80%;
  border-radius: 12px;
  box-shadow: 0px 5px 30px 1px rgba(0,0,0,0.2);
}

.md-grid {
  gap: 6.4rem;
  align-items: aenter;
  justify-content: space-between;
  justify-items: center;
  margin-top: 9.6rem;
  margin-bottom: 6.4rem;
}

.secondary-heading {
  font-size: 3rem;
}

.team-header {
  margin: 4.8rem 0;
}

.description {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-top: 4.8rem;
}

.team-pic {
  max-width: 30rem;
  border-radius: 12px;
}

.team-card {
  position: relative;
}

.floating-card {
  position: absolute;
  width: 100%;
  height: 90%;
  background: url("../img/blob-haikei\ \(1\).svg") center/cover no-repeat;
  z-index: -1;
}


.team-grid {
  justify-items: center;
  align-items: center;
  row-gap: 3.2rem;
}

.team-head {
  text-align: center;
  margin-top: 1rem;
  color: #333;
  font-size: 2.2rem;
}
.team-role {
  text-align: center;
  color: #555;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
}

.center {
  text-align: center;
}


@media only screen and (max-width: 768px) {
  .vision {
    flex-direction: column;
  }
  .moeed {
    width: 80%;
  }
}
