.solution_left ul li:nth-child(2) a {
    background-color: #9a7c4a;
}

.aspect {
    margin-top: 40px;
    position: relative;
}

.aspect .aspect_right {
    position: absolute;
    top: 40px;
    right: 0;
    background-color: #fff;
    padding: 40px 0 40px 0;
}

.aspect_right>p {
    text-align: center;
    font-size: 18px;
    padding-bottom: 30px;
    color: #000;
}

.aspect_right ul {
    display: flex;
    width: 600px;
    justify-content: space-between;
}

.aspect_right ul li h3 {
    text-align: center;
    color: #000;
    padding-bottom: 20px;
    padding: 0 20px;
    border-right: 1px solid #eee;
}

.aspect_right ul li p {
    padding: 0 20px;
    border-right: 1px solid #eee;
    padding-top: 20px;
}
.aspect_right ul li:last-child h3{
    border: none;
}
.aspect_right ul li:last-child p{
    border: none;
}
.features p{
    margin-top: 40px;
}