.about_all{
  padding: 0 10%;
  margin-top: 50px;

}

.about_all h1{
  margin-bottom: 20px;
}
  @media only screen and (max-width: 1110px) {
    .gallery_all{
      display: grid;
      grid-template-columns: 1fr 1fr  !important;
    }
    .profile_all{
      display: flex;
      flex-direction: column;
    }
    .profile_alls{
      display: flex;
      flex-direction: column-reverse;
    }
  }

  @media only screen and (max-width: 510px) {
    .gallery_all{
      display: grid;
      grid-template-columns: 1fr   !important;
    }
  }