.tem73-service{padding:2% 0;background-color:#94c0ff;text-align:center;}
.tem73-service a{display:block;width:100%;height:0;color:#344154;padding-top:100%;border-radius:50%;overflow:hidden;background-color:#D7EBEC;border-color:#FFF;position:relative;box-shadow:0 10px 30px rgba(0,0,0,.1);}
.tem73-service a:before{content:"";width:100%;height:0;position:absolute;top:50%;left:0;display:block;border-top:100vh solid;border-color:inherit;}
.tem73-service img{max-width:100%;}
.tem73-service .item{padding:20px!important;}
.tem73-service .box{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:80%;max-height:80%;overflow:hidden;}
.tem73-service .titl{font-size:16px;padding-top:10%;font-weight:bold;}
@media(min-width:768px){
    .tem73-service .item:nth-child(odd) a:hover{transform:rotate(-5deg);}
    .tem73-service .item:nth-child(even) a:hover{transform:rotate(5deg);}
}
@media(max-width:480px){
    .tem73-service a{border-radius:0;padding-top:80%;}
    .tem73-service .item{width:100%;padding:10px!important;max-width: 100%;}
}