.editor-styles-wrapper .Geography {
  padding-top: 80px;
  padding-bottom: 80px;
}
.editor-styles-wrapper .Geography__container {
  padding-left: var(--container-padding-right);
}
.editor-styles-wrapper .Geography__title {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 3px;
  margin-bottom: 21px;
}
.editor-styles-wrapper .Geography__headline {
  font-size: 50px;
  line-height: 50px;
}
.editor-styles-wrapper .Geography__description {
  font-size: 22px;
  line-height: 28px;
  margin: 30px 0 47px 0;
}
.editor-styles-wrapper .Geography__row {
  max-width: var(--sizes-lg);
  margin-left: auto;
  margin-right: auto;
}
.editor-styles-wrapper .Geography__item {
  display: grid;
  grid-template-columns: 180px 1fr;
  grid-template-rows: 70px 1fr;
  max-width: 33.333%;
  padding: 0 24px;
}
.editor-styles-wrapper .Geography__item__image {
  grid-column: 2;
  max-width: 180px;
}
.editor-styles-wrapper .Geography__item__name {
  grid-column: 1;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 3px;
}
.editor-styles-wrapper .Geography__item__percentage {
  grid-column: 1;
  font-size: 100px;
  line-height: 40px;
}
.editor-styles-wrapper .Geography__buttons_container {
  display: none;
}
/*# sourceMappingURL=style.lg.css.map */