.aboutus {
  padding: 50px 10%;
  display: flex;
  flex-direction: row;
  gap: 25px;
}

.aboutus > div {
  flex: 1 1 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.aboutus .left-content p {
  line-height: 1.8;
}

.aboutus .right-content img {
  width: 100%;
}

@media screen and (max-width: 700px) {
  .aboutus {
    flex-direction: column-reverse;
  }
}
