
.politic_title {
    color: var(--header-cl);
    font-weight: 500;
    margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
    .politic_title {
        margin-bottom: 19px;
    }
}
@media only screen and (min-width: 1280px) {
    .politic_title {
        margin-bottom: 23px;
    }
}
.wp-block-heading {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 24px;
    letter-spacing: 1.08px;
}
.politic_sub-title {
    margin-bottom: 20px;
    font-size: 24px;
    letter-spacing: 1.08px;
}
@media only screen and (min-width: 768px) {
    .wp-block-heading {
        margin-bottom: 30px;
        font-size: 29px;
    }
}
@media only screen and (min-width: 1280px) {
    .wp-block-heading {
        margin-bottom: 50px;
        font-size: 36px;
    }
}

.politic a {
    color: var(--btn-cl);
    text-decoration: none;
}
.politic p {
    font-size: 18px;
    line-height: 24px;
}
@media only screen and (min-width: 768px) {
    .politic p {
    line-height: 35px;
    letter-spacing: 0.72px;
    font-size: 24px;
    }
}

.politic_text {
    text-align: justify;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
    .politic_text {
        margin-bottom: 30px;
        font-size: 19px;
        line-height: 35px;
    }
}
@media only screen and (min-width: 1280px) {
    .politic_text {
        margin-bottom: 50px;
        font-size: 24px;
    }
}