.aboutus-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

.aboutus-left {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.about-right {
  display: flex;
  flex-direction: column;
  width: 60%;
  gap: 2rem;
}

.about-right-content-up {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.about-right-content-up h1 {
  font-size: 2rem;
  color: #6f51c7;
}

.about-right-content-up p {
  font-size: 20px;
  color: #777777;
}

.about-right-content-down {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.about-right-content-down h1 {
  font-size: 2rem;
  color: #6f51c7;
}

.vission-mission-container {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.vission-mission-left {
  width: 20%;
}

.vission-mission-img {
  height: 5rem;
  width: 5rem;
  background-color: #00d1a4;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12rem;
}

.vission-mission-img img {
  height: 2rem;
}

.vission-mission-right {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.vission-mission-right h1 {
  font-size: 1.4rem;
  color: #6f51c7;
}

.vission-mission-right p {
  font-size: 15px;
  color: #777777;
}

@media (max-width: 1400px) {
  .about-right-content-up h1 {
    font-size: 1.8rem;
  }
  .about-right-content-up p {
    font-size: 17px;
  }

  .about-right-content-down h1 {
    font-size: 1.8rem;
  }
}

@media (max-width: 1350px) {
  .about-right-content-up h1 {
    font-size: 1.6rem;
  }
  .about-right-content-up p {
    font-size: 15px;
  }

  .about-right-content-down h1 {
    font-size: 1.6rem;
  }
}

@media (max-width: 1100px) {
  .aboutus-container {
    gap: 1rem;
  }
  .about-right-content-up {
    gap: 0.5rem;
  }
  .about-right-content-up h1 {
    font-size: 1.2rem;
  }
  .about-right-content-up p {
    font-size: 13px;
  }
  .about-right-content-down h1 {
    font-size: 1.2rem;
  }
  .vission-mission-img {
    height: 4rem;
    width: 4rem;
  }
  .vission-mission-img img {
    height: 2rem;
  }

  .vission-mission-right h1 {
    font-size: 1rem;
  }
  .vission-mission-right p {
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  .aboutus-container {
    flex-direction: column;
  }
  .about-right {
    width: 100%;
  }
  .aboutus-left {
    width: 100%;
  }
}
