.tem64-service img{max-width:100%;display:inline-block;}
.tem64-service a{padding:20px 0;display:block;}
.tem64-service .items{display:flex;display:-webkit-flex;flex-wrap:wrap;}
.tem64-service .text{color:#333;}
.tem64-service .title{font-size:16px;padding:20px 0 10px;}
.tem64-service .description{opacity:.6;}
@media(max-width:768px){
    .tem64-service .container{padding-left: 3%!important;padding-right: 3%!important}
    .tem64-service.full-screen-spacing .container.full-screen{padding-left: 0!important;padding-right: 0!important}
    .tem64-service .item{width: 100%;max-width: 100%;}
    .tem64-service .item a{display: flex;display: -webkit-flex;}
    .tem64-service .image{width: 50px;flex-shrink: 0;}
    .tem64-service .text{text-align: left;padding-left: 5%;}
    .tem64-service .title{padding: 0;}
}
@media(max-width:360px){
    .tem64-service .item{width: 100%;max-width: 100%;}
}