#about .main {
  display: flex;
  justify-content: space-between;
}

#about-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  direction: rtl;
  padding: 0px 15px;
  text-align: justify;
  color: #17175b;
  /* background-image: url(../logo-2.png); */
  position: relative;
}

#logoAbout-text {
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#about #logoAbout-text img {
  width: 120px;
  height: 80px;
}

#about-text h3 {
  color: var(--paraColor);
  font-family: Cairo;
  font-weight: bold;
  font-size: 22px;
}

#about #img1 {
  width: 300px;
  height: 450px;
  border-radius: 4px;
}

#about #img2 {
  width: 80%;
  height: 300px;
  border-radius: 4px;
}
