
.mongon_title {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.mongon_title::before {
    content: "";
    position: relative;
    display: inline-block;
    top: 7px;
    width: 8px;
    height: 25px;
    margin-right: 5px;
    background-color: rgb(243, 28, 28);
}

.mongon_ten li {
    position: relative;
    left: 20px;
    width: 275px;
    margin-bottom: 5px;
}

.material-icons {
    font-size: 14px;
}