.solution-method{
    background: !important;
}
.solution-method .top{text-align:left; opacity:.68; margin-bottom:18px;}
.solution-method .top b{font-weight:inherit;}
.solution-method .top i{font-style:inherit; margin-right:18px;}
.solution-method .top i:last-child{margin:0;}

.solution-method dir{padding-top:18px; border-top:1px solid #e0e0e0;}
.solution-method dir:after{display:block; content:''; clear:both;}
.solution-method dir>dl:after{display:block; content:''; clear:both;}
.solution-method dir>dl>dt{float:left; margin-right:8px; opacity:.88;}
.solution-method dir>dl>dt b{font-weight:inherit;}
.solution-method dir>dl>dd{float:left;}
.solution-method dir>dl>dd i{font-style:inherit;}

.solution-method .tag{margin:18px 0;}

.solution-method .tag a{display:inline-block; margin-right:8px; border:1px solid #e0e0e0; padding:2px 8px; border-radius:3px;}

@media(max-width:767px){
.solution-method .tag{margin-bottom:8px;}
.solution-method .tag a{margin-right:4px; padding:2px 8px;}
.solution-method .top{margin-bottom:8px;}
.solution-method dir{padding-top:8px;}
 }