.politics__content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
}
.politics__content p span {
  display: inline-block;
}
.politics__content p a:hover {
  color: #23527c;
  text-decoration: underline;
}
.politics__content h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-transform: initial;
  letter-spacing: -0.03em;
  margin: 24px 0 10px;
}
.politics__wrapper {
  padding: 60px 0 30px;
}
.politics__title {
  font-size: 26px;
  padding-bottom: 20px;
}
.politics__title:last-of-type {
  margin-top: 40px;
}
.politics ol {
  list-style: none;
  counter-reset: li;
  padding-left: 0;
}
.politics ol.politics__list > li {
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
}
.politics ol > li {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
}
.politics ol > li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
}
.politics ol > li p {
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
}
.politics ol > li div, .politics ol ul, .politics ol ul > li {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  list-style-type: disc;
}
.politics ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  list-style-type: disc;
}
.politics table {
  margin: 30px 0 30px;
  font-size: 14px;
}
.politics th, .politics td {
  border-width: 1px;
  border-collapse: collapse;
  padding: 3px;
  border-color: #ccc;
  border-style: solid;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .politics table {
    width: 100%;
  }
  .politics th, .politics td {
    white-space: pre-line;
    writing-mode: tb-rl;
    line-height: 130%;
  }
}
@media screen and (max-width: 575px) {
  .politics__title {
    font-size: 20px;
  }
  .politics ol {
    padding-left: 0;
  }
  .politics table {
    margin: 10px 0 20px;
    font-size: 14px;
  }
  .politics ol.politics__list > li {
    line-height: 28px;
  }
}

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