.list-case-solution{
	margin-top: 40px;
	list-style: none;
    padding: 0;
    width: 100%;
    /* margin: 0 auto; */
}
.list-case-solution li{
    position: relative;
    margin-bottom: 10px;
    padding-left: 60px;
    min-height: 40px;
}
.list-case-solution i {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    text-align: center;
    border: 3px solid #642c8f;
    border-radius: 50%;
    font-style: normal;
    font-weight: bold;
    font-family: muller-extrabold, muller, sans-serif;
    color: #642c8f;
    font-size: 20px;
    line-height: 1.7;
}
.custom-ul li{
	margin-bottom: 30px;
}
.punch-viewer-body{
	background: white;
}
@media (max-width: 1024px) {
	.custom-ul li{
		margin-bottom: 0px;
	}
}
@media only screen and (max-width: 1799px){
	.custom-ul li{
		margin-bottom: 0px;
	}
}
