section.main-practice{float: left; width: 100%;}
section.main-practice .practice{ background: #0f2e53; padding: 20px 0;}
section.main-practice .practice h2{text-align: center; font-size: 28px; color: #fff; margin: 0;}
section.main-practice .area{float: left; width: 100%; margin: 30px 0;}
section.main-practice .area .box{margin-bottom: 30px; position: relative;}
section.main-practice .area .box:before{position: absolute; content: ''; height: 1px; background: #ccc; width: 100%; bottom: -15px;}
section.main-practice .area .box .img{display: inline-block; padding: 5px; border: 1px solid #ccc; position: relative;}
section.main-practice .area .box .img:before{content: ''; position: absolute; width: 40px; height: 40px; left: -3px; top: -3px; border-top: solid 3px #0f2e53; border-left: solid 3px #0f2e53;}
section.main-practice .area .box .img:after{content: ''; position: absolute; width: 40px; height: 40px; right: -3px; bottom: -3px; border-bottom: solid 3px #0f2e53; border-right: solid 3px #0f2e53;}

section.main-practice .area .box a{text-decoration: none; font-size: 18px; color: #0f2e53; font-weight: 600;}
section.main-practice .area .box p{line-height: 22px; padding-top: 20px; text-align: justify;}