/* tem57-service */
.tem57-service .interval{padding:0 10px;}
.tem57-service .full-screen{padding:0 30px;}
.tem57-service .col-xs-6{padding:0 5px;}
.tem57-service .box{background:#fff;color:#000;width:100%;text-align:center;padding:70px 20px;position:relative;border-color:#2B2B29;margin-bottom:20px;}
.tem57-service .box:hover{box-shadow:0 0 60px -19px rgba(0,0,0,.75);}
.tem57-service .box::after{position:absolute;content:"";width:100%;height:100%;border:10px solid;border-color:inherit;left:0;top:0;opacity:0;}
.tem57-service .box:hover::after{opacity:1;}
.tem57-service .box::before{position:absolute;content:"";transform:rotate(45deg);left:50%;bottom:0;border:7px solid;border-color:inherit;bottom:-7px;opacity:0;margin-left:-10px;}
.tem57-service .box:hover::before{opacity:1;}
.tem57-service .box .icon{color:inherit;opacity:.3;font-size:50px;}
.tem57-service .box:hover .icon{opacity:1;}
.tem57-service .box .title{font-size:14px;color:inherit;line-height:40px;margin-top:10px;overflow:hidden;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.tem57-service .box:hover .title{color:inherit!important;}
@media (max-width:768px){
    .tem57-service .container{padding-left: 3%!important;padding-right: 3%!important}
    .tem57-service.full-screen-spacing .container.full-screen{padding-left: 0!important;padding-right: 0!important}
    .tem57-service .full-screen{padding:0;}
    .tem57-service .interval{padding:0;}
}
@media (max-width:480px){
    .tem57-service .col-xs-6{width:100%;}
    .tem57-service .box{padding:50px 20px;}
    .tem57-service .box::after{border-width:8px;}
    .tem57-service .box::before{border-width:5px;bottom:-5px;margin-left:-7px;}
    .tem57-service .box .icon{font-size:30px;}
    .tem57-service .box .title{margin-top:0;}
}
@media (max-width:320px){
    .tem57-service .box{padding:40px 20px;}
}
