.css-form-autohub-politic
{
    text-align: left;
    color: #fff;
    font-size: 13px;
}
.main.politic,
.main.rekvizity
{
   color: #3e3e3f;
}
.main.politic::before,
.main.rekvizity::before
 {
    background-color: #dcdcdc;
    bottom: 0;
    color: #3e3e3f;
    content: ' ';
    left: 50%;
    margin: 0 auto;
    max-width: 770px;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
}
.blog h1{
color:#fff;
font-size: 32px;
font-weight: 400;
letter-spacing: 0.05em;
margin-bottom: 20px;
text-transform: uppercase;
}
@media screen and (max-width:767px){
.blog h1{
font-size: 28px;
}
}
@media screen and (max-width:576px){
.blog h1{
font-size: 24px;
}
}