.stone {
    background: rgba(255, 255, 255, 0.96);
    padding: 32px;
    text-align: center;
}
.stone .title {
    font-size: 32rem;
    color: #0F0700;
    line-height: 45px;
    margin-bottom: 64px;
}
.stone .content {
    /* border: 1px solid #93939350; */
    /* border-radius: 5px; */
    /* padding: 5px 10px; */
    display: inline-block;
    width: 100%;
    margin-top: 32px;
    margin-left: 10px;
    font-size: 20rem;
    color: #0F0700;
    line-height: 30px;
}
.stone .bold {
    font-weight: 600;
}

.stone .content-p {
    margin-top: 32px;
    font-size: 20rem;
    color: #0F0700;
    line-height: 30px;
    text-indent: 41rem;
    text-align: left;
    letter-spacing: 1rem;
}

.stone .content-img {
    margin-top: 32px;
    width: 100%;
}

.stone .content-img-desc {
    width: 100%;
    font-size: 18rem;
    line-height: 30px;
    color: #939393;
}
