.about-img {
  width: auto;
  height: 500px;
  margin: 10px;
}

.about-box {
  margin-top: 70px;
  box-shadow: 0px 0px 42px #0021001e;
  padding: 40px;
  border-radius: 10px;
  margin-left: 30px;
}

.other-box {
  margin-top: 30px;
  box-shadow: 0px 0px 42px #0021001e;
  padding: 40px;
  border-radius: 10px;
  margin-left: 10px;
}

.about {
  color: #00210074;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.about-title {
  color: #002100;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  margin-top: 40px;
  font-weight: 700;
}

.about-p {
  color: #002100;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 500;
}


