.politic{
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: var(--main-txt);
}
.politic__container{
    padding: 0 170px;
}
.politic__wrap{
    margin: 0 auto;
    max-width: 1072px;
    padding: 80px 24px;
}
.politic p{margin: 20px 0;}
.politic b{font-weight: bold;}
.politic h1{
    margin: 0 0 48px;
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 32px;
    line-height: 110%;
    text-align: center;
}
.politic h2{
    margin: 48px 0;
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
}
@media only screen and (min-width : 768px){
    .politic{
        height: 100%;
        overflow-y: auto;
    }
}
@media only screen and (max-width : 767px){
    .politic__container{padding: 0;}
    .politic__wrap{padding: 80px 24px 48px;}
    .politic h1{
        margin: 0 0 24px;
        font-size: 24px;
    }
    .politic h2{
        margin: 24px 0;
        font-size: 20px;
    }
}
@media screen and (min-width: 768px) and (orientation: portrait){
    .politic{
        opacity: 0 !important;
        user-select: none;
        pointer-events: none;
    }
}
@media screen and (max-width: 1000px) and (max-height: 480px) and (orientation: landscape) {  
    .politic{
        opacity: 0 !important;
        user-select: none;
        pointer-events: none;
    }
}