.politics-section {
  padding: clamp(2.813rem, 3.089rem - 1.127vw, 2.188rem) 0 0;
  background: radial-gradient(108.71% 40.11% at 61.02% 54.61%, #fff 0%, #cfd3dc 100%);
}

.politics-title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: clamp(2rem, 2.029vw + 1.502rem, 3.125rem);
  line-height: 110%;
  color: var(--black-default);
  max-width: 759px;
  margin: 0 auto;
  display: block;
  margin-bottom: 32px;
}
@media screen and (max-width: 392px) {
  .politics-title {
    word-break: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}

.politics-list {
  max-width: 759px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
.politics-list li:not(:last-child) {
  margin-bottom: 32px;
}

.politics-subtitle {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  color: #000;
  margin-bottom: 12px;
}

.politics-text p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: var(--black-default);
  margin: 0;
}

.politics-text p:not(:last-child) {
  margin-bottom: 4px;
}
.politics-text li {
  margin-bottom: 0 !important;
  list-style: disc;
}
.politics-text h3 {
  margin-bottom: 4px;
}
.politics-text ul {
  padding-left: 22px;
}
/*# sourceMappingURL=politics.css.map */
