.tem71-service{padding:2% 0;background-color:#F5F5F5;}
.tem71-service a{display:block;height:100%;padding:4vw 20px 0;border-radius:5px;background-color:#FFF;border-color:var(--main-color);color:#333;position:relative;transition:.5s;}
.tem71-service img{max-width:100%;}
.tem71-service .item{padding:.3vw!important;}
.tem71-service .titl{padding:40px 0;}
.tem71-service .titl span{display:block;font-size:20px;padding-bottom:26px;}
.tem71-service .titl:after{content:"";width:20px;height:1px;background-color:var(--main-color);display:inline-block;transition:.5s;}
.tem71-service .box{border-bottom:1px solid;border-color:inherit;height:100%;}
.tem71-service .descr{opacity:.6;padding-bottom:4vw;}
.tem71-service.content-left{text-align:left;}
.tem71-service.content-middle{text-align:center;}
.tem71-service.content-right{text-align:right;}
@media(min-width:768px){
    .tem71-service a:hover{transform:translateY(-5px);box-shadow:0 5px 10px rgba(0,0,0,.05);}
    .tem71-service a:hover .titl:after{width:30px;}
}
@media(max-width:480px){
    .tem71-service .item{width:100%;max-width: 100%;}
    .tem71-service .titl span{font-size: 16px;}
}