.main_content {
  display: flex;
  justify-content: space-between;

  .about_us {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;

    #title {
      margin-bottom: -30px;
    }

    p {
      text-align: center;
    }
  }
}
