.content-header h1 {
  background-image: url(../img/about/kv.jpg);
}

.content .section.section-about .section-description {
  margin-bottom: 40px;
}

.content .section.section-about .natural {
  margin-bottom: 80px;
  font-size: 15px;
  line-height: 30.75px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.content .section.section-about .natural dd {
  margin-left: 0;
}

.content .section.section-about .blockList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 30px);
}

.content .section.section-about .blockList-item {
  display: flex;
  flex-direction: column;
  width: 350px;
  margin-bottom: 40px;
}

.content .section.section-about .blockList-item .text {
  order: 2;
  font-size: 14px;
  line-height: 24.75px;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.14em;
}

.content .section.section-about .blockList-item .image {
  order: 1;
  margin-bottom: 12px;
}

@media (max-width: 949px) {
  .content .section.section-about .block-aim-image {
    width: 100vw;
    margin-left: -12px;
  }
}

.content .section.section-about .block-aim-image img {
  max-width: 100%;
  height: auto;
}

.content .section.section-about .block-aim .section-description {
  margin-bottom: 0;
}
