.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.polit {
  max-width: 1920px;
}
.polit__container {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.polit__title {
  font-size: 32px;
  text-align: center;
}
.polit__list {
}
.polit__list-item {
  text-align: left;
  font-size: 18px;
}
