.history-kv .c-lower-kv__title-wrap {
  width: 100%;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width:1100px ) {
  .history-kv .c-lower-kv__title-wrap {
    width: 100%;
  }
}

@media screen and (max-width:1100px ) {
  .history-header__subrow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
}

.history-timeline {
  margin-top: 100px;
}
@media screen and (max-width:768px ) {
  .history-timeline {
    margin-top: 80px;
  }
}

.history-chart img {
  width: 100%;
  height: auto;
}
@media screen and (max-width:768px ) {
  .history-chart img {
    min-width: 800px;
  }
}

.history-related {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width:768px ) {
  .history-related {
    gap: 24px;
    margin-top: 80px;
  }
}
.history-related__title {
  text-align: center;
}

.history-footer__inner {
  width: 100%;
}
.history-footer__country {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-top: 1px;
}