.solution-nav-down-content{
    display: flex;
}

.solution-left {
  width: 20%;
  border-right: 1px solid #EBECED;
}
.title{
    color: #FF5B1A;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.title-box{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.arrow-icon{
    margin-left: 9.5px;
}
.menu-list-box{
 margin-top: 22px;
}
.menu-list-box li{
     display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 17.5px;
    color: #333333;
    cursor: pointer;
}
.menu-list-box .text{
    margin-left: 8.5px;
}
.solution-right{
  width: 70%;
  margin: auto;
}