@media screen and (min-width:768px) {
    .passage-detail {
        background: #fff;
        padding: 50px;
    }

    .passage-detail h2 {
        font-size: 30px;
        color: #000;
        text-align: center;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .edit-passage p {
        margin-top: 30px;
        font-size: 16px;
        color: #666;
        text-indent: 32px;
    }
}

@media screen and (max-width:767px) {
    .passage-detail {
        background: #fff;

    }

    .passage-detail h2 {
        font-size: 18px;
        color: #000;
        text-align: center;
        font-weight: normal;
        margin-bottom: 10px;
        padding-top: 20px;
    }

    .edit-passage p {
        margin-bottom: 16px;
        font-size: 14px;
        color: #666;
        text-indent: 32px;
        line-height: 24px;
    }
}



.passage-detail .l2 {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
    text-align: center;
}