section {
    padding: 0 180rem;
    padding-top: 88rem;
}

.title {
    font-size: 26rem;
    text-align: center;
    padding-bottom: 44rem;
    margin-bottom: 44rem;
    border-bottom: 1px solid #d2d2d2;
}

.title>div:last-of-type {
    font-size: 14rem;
    margin-top: 14rem;
    color: #757575;
}

.content {
    margin-bottom: 100rem;
    font-size: 25rem!important;
}

.content span{
     font-size: 16rem!important;
}

.content p {
    text-indent: 32rem!important
}

.content img {
    width: auto;
    max-width: 100%;
}

.pages {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 37rem;
}

.pages>a>div {
    display: flex;
    align-items: center;
    font-size: 16rem;
}

.prevPage>div:first-of-type {
    font-size: 36rem;
    /* color: white; */
    text-align: center;
    width: 96rem;
    line-height: 42rem;
    border: 1px solid black;
    margin-right: 28rem;
}

.nextPage>div:last-of-type {
    font-size: 36rem;
    /* color: white; */
    text-align: center;
    width: 96rem;
    line-height: 42rem;
    margin-left: 28rem;
    border: 1px solid black;
}

@media only screen and (max-width: 999px) {
    section {
        padding: 0 30rem;
        padding-top: 50rem;
    }
    .title {
        font-size: 34rem;
    }
    .title>div:last-of-type {
        font-size: 24rem;
        margin-top: 20rem;
    }
    .pages>a>div {
        font-size: 26rem;
    }
    .prevPage>div:first-of-type {
        display: none;
    }
    .nextPage>div:last-of-type {
        display: none;
    }
    


}