html {
    background: #fff;
}
.tui-content {
    margin: 0;
}
.tui-content .info {
    /* font-size: .2rem; */
    font-size: 12px;
}
.content p img {
    /*width: 100% !important;*/
    height: auto !important;
}
.content section {
    width: 100% !important;
}
.content p {
    margin-bottom: 24px;
    text-align: justify;
}
section {
    font-size: 12px !important;
}
section p {
    font-size: 15px !important;
}
section p:last-child {
    line-height: 1.85em;
    color: rgb(80, 80, 80)
}