.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 {
    margin-top: 24px;
    font-size: 20rem;
    color: #0F0700;
    line-height: 30px;
}