@media only screen and (max-width: 1200px) {
  #about_section .about_section_content {
    height: fit-content;
  }

  #about_section .about_section_content div {
    width: 100%;
    height: fit-content;
  }

  #about_section .about_section_content .background_image_cover {
    width: 100%;
    height: 60vh;
  }
}

@media only screen and (min-width: 1200px) {
  #about_section .about_section_content {
    height: 100vh;
  }

  #about_section .about_section_content div {
    width: 33.333%;
    height: 100%;
    float: left;
  }
}

#about_section .about_section_content_written {
  overflow-y: scroll;
}

#about_section .about_section_content_written::-webkit-scrollbar {
  display: none;
}

#about_section
  .about_section_content_written
  .about_section_content_written_inner {
  width: 80%;
  height: fit-content;
  position: relative;
  left: 10%;
  top: 10%;
}

#about_section .about_section_content_written h3 {
  text-align: center;
}

#about_section .about_section_content_written .h4_bar {
  width: 100%;
  height: fit-content;
}

#about_section .about_section_content_written h4 {
  margin: 10px 0;
  text-align: right;
}

#about_section .about_section_content_written p {
  text-align: center;
}

#about_section .about_section_content_written .logo_bar {
  width: 100%;
  height: fit-content;
}

#about_section
  .about_section_content_written
  .logo_bar
  .background_image_contain {
  width: 200px;
  height: 100px;
  float: right;
  background-image: url(../source/images/goldesing_logo.jpg);
}
