.about-us {
  font-family: Urbanist;
  text-align: left;
  max-width: 560px;
  /* margin: 0 0 0 120px; */
}

.about-us h2 {
  color: #0F0D18;
  font-family: Urbanist;
  font-size: 28px;
  font-weight: 700;
  line-height: 33.6px;
  text-align: left;
  margin: 0 auto 24px;
}

.about-us__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  color: #3E359E;
  margin: 0 auto 24px;
}

.about-us__cxt {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0em;
  color: #0F0D18;
}

.about-us__sub {
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0em;
  color: #885efe;
}

.about-us__last {
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0em;
  color: #e3e7fd;
}

@media screen and (max-width: 1200px) {
  .about-us {
    max-width: 95%;
  }
}