.politics {
    padding: 30px 40px;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: normal;
    color: #000;
    line-height: 1.4;
}

.politics h2 {
    margin: 30px 0px 20px;
}
.politics p {
    margin: 15px 0px 10px;
}
.politics ol, .politics ul {
    margin: 10px 0px 10px;
}

.politics li+li {
    margin-top: 10px;
}