.tem75-service{padding:2% 0;background-color:#f1f2d0;text-align:center;}
.tem75-service a{display:block;width:100%;height:0;padding-top:100%;position:relative;border-color:#FFF;border-radius:50%;color:#6e5a95;}
.tem75-service a:before{content:"";width:102%;height:102%;border-radius:inherit;border:10px solid;border-color:inherit;display:block;position:absolute;top:-1%;left:-1%;}
.tem75-service .bg{background-position:center;background-size:cover;background-repeat:no-repeat;border-radius:50%;transition:.5s;}
.tem75-service .box{position:absolute;top:50%;left:50%;max-width:80%;max-height:80%;z-index:1;transform:translate(-50%,-50%);overflow:hidden;}
.tem75-service .item{padding:20px!important;}
.tem75-service .titl{font-size:24px;font-weight:bold;}
.tem75-service .descr{opacity:.6;}
.tem75-service .bg:hover,
.tem75-service a:hover{border-radius:40%;}
@media(max-width:768px){
    .tem75-service .titl{font-size:16px;}
    .tem75-service .item{padding:10px!important;}
}
@media(max-width:480px){
    .tem75-service .bg,
    .tem75-service a{border-radius:0;}
    .tem75-service .item{width:100%;max-width: 100%;}
}
