.rules-header {
    width: 100%;
    background: url('../images/rules1.jpg')no-repeat center center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.rules-header > h1 {
    font-size: 2em;
    padding: 20px;
}

.rules-content {
    width: 100%;
    background: #fff;
    margin: 0 auto;
    font-size: 1em;
    padding: 20px;
}

.h2 {
    margin: 25px 0;
}

ol {
    padding: 0 0 0 20px;
}

#page-footer{
    border-top: 10px solid #ffe308;
}


@media only screen 
and (min-width : 1025px) {
    .rules-header {
        height: 358px;
    }

    .rules-header > h1 {
        font-size: 4em;
    }

    .rules-content {
        width: 960px;
        font-size: 1.3em;
    }

}