.list{
    margin: 0 15px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
    &-title{
        height: 30px;
        flex-direction: row;
        &-text{
			@include styleFont(#343434,15);
            font-weight: bold;
        }
        &-image{
            margin-top: 2px;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            margin-right: 5px;
        }
    }
    &-cont{
        &-list{
            height: 40px;
			@include borderBotton(#F6F4F5);
            &-test{
				@include styleFont(#343434,15);
                line-height: 40px;
            }
        }
        &-none{
            border-bottom-width: 0;
        }
    }
}