body{
    background-color: #fffdfc;
    color: #5f5f5f;
}
ol{
    padding-left: 2em;
}
.header{
    padding-top: 44px;
    background: #fff;
}
.header img{
    display: block;
    width: 200px;
    height: auto;
}
.header .logo{
    max-width: 1048px;
    margin: 0 auto;
}
.content{
    max-width: 1048px;
    margin: 17px auto 0;
    padding: 0 16px;
}
.content h1{
    text-align: center;
    height: 146px;
    line-height: 146px;
    font-size: 42px;
    border-bottom: 1px solid #e5e2e3;
}
.block{
    margin-top: 29px;
}
@media (max-width: 768px) {
    .content h1{
        text-align: center;
        height: 73px;
        line-height: 73px;
        font-size: 24px;
        border-bottom: 1px solid #e5e2e3;
    }
    #gov span{
        display: none;
    }
    #gov{
        font-size: 14px;
    }
}