.row.hero-section {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.about_heading {
  text-align: center;
  max-width: 100% !important;
  @media (max-width: 768px) {
    text-align: left;
  }
}

.image {
  width: 50%;
  img {
    width: 100%;
  }
  @media (min-width: 768px) {
    padding-inline: 0;
  }
  @media (max-width: 768px) {
    width: 100%;
  }
}

.content {

  width: 50%;
  @media (max-width: 768px) {
    width: 100%;
  }
  .our-story {
    padding: 25px;
    /* background-color: #fff; */
  }
}