@import '../style/mixin.scss';

.emh-card-read-tips__ {
    &tips-section {
        width: 100vw;
        min-height: 100vh;
        background: white;
        overflow: auto;
        p {
            margin-top: 16px;
            padding: 0 27px;
            font-family: PingFangSC-Regular;
            font-size: 14px;
            color: #444444;
            letter-spacing: 0;
            text-align: justify;
        }
    }
}
