.aboutus-header {
  background-image: url("/asset/image/homehero.jpg");
  background-position: center;
  overflow: hidden;
}

.about-us-body {
  display: flex;
  flex-direction: column;

  background-color: #f5f5f536;
}
.about-title {
  margin: auto;
  max-width: 1260px;
  width: 100%;
}
.about-title h4 {
  margin: 50px 40px 10px 0;
  color: #4e4964;
  font-size: 24px;
}
.about-us {

  width: 100%;
  max-width: 1260px;

  background: #f8f7fc;
  background-position-x: 0%;
  background-position-y: 0%;
  background-image: none;
  background-size: auto;
  border-radius: 24px;
  text-align: center;
  background-image: url("/asset/image/bg/Wave_Gray.svg");
  background-size: cover;
  background-position: 50% 50%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
.about-us-text {
  flex: 1;
}
.about-us-img {
  flex: 1;
  align-self: center;
}
.about-us-text p {
  color: #4e4964;
  text-align: justify;
  font-family: Vazirmatn;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 156.219%; /* 31.244px */
}
@media screen and (max-width: 800px) {
    .about-us{
        flex-direction: column;
    }
}