.about_section {
  display: flex;
  align-items: center;
}
.about_section.title_section {
  align-items: unset;
}
.about_section:nth-child(2n) {
  flex-direction: row-reverse;
}

.about_title {
  color: #000000;
  font-size: 350%;
  line-height: 1.22em;
  padding: 60px 0 140px;
}

.image_block {
  width: 50%;
}
.image_block img {
  width: 100%;
  height: 100%;
}

.info_block {
  padding: 0 60px;
  position: relative;
  width: 50%;
  max-width: 840px;
}

.image_inner {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.image_inner:before {
  display: block;
  content: "";
  padding-bottom: 113.4%;
}

.info_title {
  color: #000000;
  font-family: "bold", "arm-bold";
  font-size: 220%;
  line-height: 1.25em;
}

.info_description {
  color: #000000;
  font-size: 140%;
  line-height: 1.71em;
  padding-top: 27px;
}

@media (max-width: 1439px) {
  .about_title {
    padding: 40px 0 100px;
  }
}
@media (max-width: 1199px) {
  .about_title {
    padding: 30px 0;
    font-size: 300%;
  }

  .info_block {
    padding: 0 30px;
  }

  .info_title {
    font-size: 200%;
  }

  .info_description {
    font-size: 130%;
  }
}
@media (max-width: 959px) {
  .about_page {
    padding: 0 20px 60px;
  }

  .about_section {
    flex-direction: column;
    align-items: center;
    padding-bottom: 80px;
  }
  .about_section:last-child {
    padding-bottom: 0;
  }
  .about_section.title_section {
    align-items: center;
  }
  .about_section:nth-child(2n) {
    flex-direction: column;
  }

  .info_block {
    padding: 40px 0 0;
    max-width: 720px;
  }

  .about_title {
    padding: 0 0 50px;
    font-size: 350%;
  }

  .info_title {
    font-size: 220%;
  }

  .info_description {
    font-size: 140%;
  }

  .image_block {
    width: 100%;
    max-width: 720px;
  }

  .info_block {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about_title {
    font-size: 300%;
  }

  .info_title {
    font-size: 200%;
  }
}
@media (max-width: 479px) {
  .about_page {
    padding: 0 10px 60px;
  }

  .about_title {
    font-size: 260%;
    padding: 0 0 30px;
  }

  .info_title {
    font-size: 180%;
  }

  .info_description {
    font-size: 130%;
  }
}

/*# sourceMappingURL=about_us.css.map */
