.title_new{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.name_new{
    color: #fabc90;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 25px;
}
.list_new{
    padding-left: 20px;
    position: relative;
}
.list_new:before{
    content: '';
    width: 7px;
    height: 7px;
    background: #fabc90;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 50%;
}