.tem80-service{padding:2% 0;}
.tem80-service a{overflow:hidden;display:block;background-color:#FFF;padding:40px 30px 30px;color:inherit;border:1px dashed;border-color:inherit;border-top-width:0;position:relative;height:100%;}
.tem80-service a:before,
.tem80-service a:after{content:"";height:0;display:block;top:0;position:absolute;border-top:2px solid;border-color:inherit;}
.tem80-service .item{padding:10px!important;margin-top:10px;position:relative;border-color:var(--main-color);}
.tem80-service .icon{position:absolute;top:-10px;background-color:#FFF;border-radius:100px;z-index:1;padding:5px;}
.tem80-service .icon i{width:30px;height:30px;line-height:30px;font-size:30px;display:block;}
.tem80-service .title{font-size:16px;font-weight:bold;padding-bottom:10px;}
.tem80-service .description{opacity:.6;}
.tem80-service.content-left a:before{width:25px;left:0;}
.tem80-service.content-left a:after{width:100%;left:75px;}
.tem80-service.content-left .icon{left:40px;}
.tem80-service.content-middle{text-align:center;}
.tem80-service.content-middle a:before{width:50%;left:-25px;}
.tem80-service.content-middle a:after{width:50%;right:-25px;}
.tem80-service.content-middle .icon{left:50%;transform:translateX(-50%);}
.tem80-service.content-right{text-align:right;}
.tem80-service.content-right a:before{width:100%;left:-75px;}
.tem80-service.content-right a:after{width:25px;right:0;}
.tem80-service.content-right .icon{right:40px;}
@media (max-width:480px){
    .tem80-service .item{max-width: 100%;width:100%;}
}