.plain_page{
    background: #F0F4FF;
    font-size: 18px;
}

.plain_page .header{
    position: static;
    background-image: url("/assets/img/header_bg.png");
    background-position: -1px 0;
    background-size: cover;
    padding-bottom: 115px;
}

.plain_page main{
padding: 75px 0;
}

.plain_page h1{
    color: #FFB800;
    font-size: 50px;
    font-weight: 600;
    line-height: 54px;
    margin: 0;
    margin-bottom: 45px;
    max-width: 945px;
}

.plain_page h2{
    color: #FFB800;
    font-size: 40px;
    font-weight: 600;
    line-height: 46px;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 40px;
}

.plain_page p{
    line-height: 24px;
    margin-bottom: 24px;
}

.plain_page b{
    font-weight: 600;
}

.plain_page .content ul li{
    margin-bottom: 14px;
    margin-left: 20px;
    line-height: 24px;
    padding-left: 24px;
    position: relative;
}

.plain_page .content ul li:last-child{
    margin-bottom: 0;
}

.plain_page .content ul li:before{
    content:'';
    width: 8px;
    height: 8px;
    background: #FFB800;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
    transform: translateY(-50%);
}

@media (max-width: 992px) {
    .plain_page .header{
        background-image: none;
        padding: 12px 0;
    }
}

@media (max-width: 768px) {
    .plain_page h1{
        font-weight: 700;
        line-height: 40px;
        font-size: 40px;
    }
    .plain_page h2{
        font-size: 32px;
        margin-bottom: 25px;
        margin-top: 25px;
    }
}

@media (max-width: 576px) {
    .plain_page h1{
        line-height: 30px;
        font-size: 32px;
        margin-bottom: 24px;
    }
    .plain_page h2{
        font-size: 24px;
        margin-bottom: 25px;
        margin-top: 25px;
        line-height: 30px;
    }
    .plain_page main{
        padding: 35px 0;
    }
}
