@charset "utf-8";
.desc-text{
    box-sizing: border-box;
    padding: 10px 15px;
    border: 1px solid #ececec;
    margin-top: 8px;
}
.desc-text>p{
    /* line-height: 35px; */
    line-height: 1.7;
    color: #767984;
}
.desc-text img{
    max-width: 80%;
    max-height: 400px;
}