* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}
.next {
    background: #00A94E;
    cursor: pointer;
    padding: 10px;
    margin-bottom: 158px;
}
.next p {
    color: #fff;
    opacity: 0.7;
    font-size: 16px;
}
.next h4 {
    letter-spacing: 1px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 7px;
    line-height: 24px;
}
.next span {
    font-size: 12px;
    color: #FFF;
    opacity: 0.7;
}
.richText {
    margin: 75px auto;
}
.richText h1{
    font-size: 26px;
    color: #404040;
}
.richText>div {
    
    color: #BFBFBF;
    margin-top: 22px;
    margin-bottom: 40px;
}
.richText .text p {
    color: #5a5a5a;
    margin-bottom: 30px;
    font-size: 16px;
}
.richText .text .ql-align-center {
    text-align: center;
    margin-bottom: 0;
}
img {
    display: block;
    margin: 0 auto;
}
@media (min-width: 1200px){
    .container ,.richText{
       width: 780px;
    }
}
