.politic-text{
    padding: 40px;
}
.politic-text h1{
    width: 430px;
    color: #9bca21;
    font-family: WorkSans;
    font-size: 35px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    margin: 20px 0 40px 0;
}
.politic-text p{
    color: #000000;
    font-family: WorkSans;
    font-size: 12px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: normal;
    line-height: 18px;
    text-align: left;
    padding-right: 70px;
}

.politic-text a{
    /* Style for "Lorem ipsu" */
    color: #000000;
    text-decoration: underline;
}

.politic-text a:hover {
  text-decoration: none;
}

.politic-text h2{
    width: 430px;
    color: #9bca21;
}

.politic-text li{
    font-size: 12px;
}

.politic-text li a:link{
    font-size: 12px;
}

.politic-text li a:hover{
    text-decoration: none;
    font-size: 12px;
}

@media(max-width: 568px){
    .politic-text{
        padding: 20px;
    }
    .politic-text h1{
        width: auto;
        font-size: 28px;
        margin: 20px 0 20px 0;
    }
    .politic-text p{
        width: auto;
        padding-right: initial;
    }
}