.rules {
    color: white;
    padding: 60px 0 40px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    display: block;
    text-align: justify;
    animation: 1s ease 0s 1 top_bottom;
}

.rules__heading {text-align: center;}
.rules__updated {font-size: 25px; color: gray;}

.main__color {
    background-color: #00bcff;
    background-image: linear-gradient(to top, #0045ff 0%, #00bcff);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.rules__list {
    color: whitesmoke;
    padding: 15px;
    margin-left: 50px;
    width: 85%;
}

.rules__list h5 {
    letter-spacing: .3px;
    line-height: 1.6;
    font-size: 1.25rem;
}

.rules__list ul {
    padding: 25px;
    font-size: 1.25rem;
}

@media screen and (max-width: 960px) {
    .rules__list h5 {
        font-size: 15px;
    }
    .rules__list ul {
        font-size: 15px;
    }
}