.problem-dl {
    padding: 20px 5%;
    width: 100%;
}
.problem-icon{
	background: url('../images/problem-icon.png');
	width: 32px;
	display: inline-block;
	height: 35px;
}
.problem-title{
	display: inline;
	margin-left: 10px;
	position: relative;
	top: -10px;
	font-size: 18px;
}
.problem-img{
	width: 100%;
}
.problem-text-weight{
	font-weight: 600;
}
.problem-text-size{
	font-size: 20px;
}
.problem-href{
	color: #2586D7;
}
.problem-dd{
	padding-top: 0px;
}
.problem-dt{
	border-bottom: 1px solid #eee;
}

