h1.section_title{
    width: 450px;
    margin-bottom: 0px;
}

.item{
    padding: 10px 40px;
    margin-bottom: 30px;
}
.inner {
    width: 1080px;
}
.list{
    display: flex;
    margin-bottom: 80px;
}
.list > ul{
    width: 50%;
}
.list > ul > li{
    width: 80%;
    margin: 20px auto;
}
.list > ul > li > a{
    padding: 5px 20px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-image: url(../../img/user/arrow-left-drop-circle.svg);
    background-position: right 10px center;
    background-size: 24px;
    background-repeat: no-repeat;
    background-color: #ff9999;
    border-radius: 50px;
}
.list > ul ul{
    margin-left: 50px;
}
.list > ul ul > li{
    color: #ff9999;
    margin: 10px;
}
.list > ul ul > li:before{
    content: '┗';
}
.list > ul ul > li a{
    color: #ff9999;
    font-size: 20px;
    border-bottom: 2px solid;
}
