h1.title {
    background-image: url(../images/articles-of-association.png);
    margin: 50px 0;
    padding: 0 0 40px;
}

.rules h4{
    
        font-size: 20px;
        font-family: "SourceHanSansCNVF";
        color: rgb(255, 255, 255);
        text-align: center;
      line-height: 49px;
            background-image: -moz-linear-gradient( -90deg, rgb(11,186,251) 0%, rgb(66,133,236) 100%);
            background-image: -webkit-linear-gradient( -90deg, rgb(11,186,251) 0%, rgb(66,133,236) 100%);
            background-image: -ms-linear-gradient( -90deg, rgb(11,186,251) 0%, rgb(66,133,236) 100%);
            width: 282px;
            height: 49px;
            border-radius:   32px 0 32px 0;
            margin: 30px 0;
}
.rules p{
        font-size: 18px;
        font-family: "SourceHanSansCNVF";
        color: #000000;
        line-height: 27px;
        text-align: left;
}
.rules p.blue{
    font-size: 20px;
    font-family: "SourceHanSansCNVF";
    color: rgb(0, 50, 151);
    line-height: 27px;
    text-align: left;
}

.rules .margin-bottom{
    margin-bottom: 30px;
}
@media screen and (max-width:600px) {
    .rules h4 {
        
        margin: 20px 2.5%;
    }.rules p {
        font-size: 16px;
        line-height: 20px;
        margin: 0 2.5%;
    }
}