#package .tit-boxes ul li:nth-of-type(1) dl::before {
 content: url(/design/package/img/boxes-1.png);
}
#package .tit-boxes ul li:nth-of-type(2) dl::before {
 content: url(/design/package/img/boxes-2.png);
}
#package .tit-boxes ul li:nth-of-type(3) dl::before {
 content: url(/design/package/img/boxes-3.png);
}
#package .proc .step ul li::after {
 background: url(/img/proc-arr.png);
}
#package .proc .step ul:nth-of-type(2) {
 width: 70%;
 margin: auto;
}
#package .plan {
 background: url(/design/package/img/plan-bg.jpg) center/cover no-repeat;
}
#package .plan .imgs article h6 {
 background: url(/design/package/img/plan.png) no-repeat;
}