.tem01-layout_component_service{padding:2% 0;}
.tem01-layout_component_service a{display:flex;display:-webkit-flex;color:inherit;height:100%;align-items:center;}
.tem01-layout_component_service .item{padding:1vw!important;}
.tem01-layout_component_service .icon{font-size:60px;width:1.8em;flex-shrink:0;text-align:center;transition:.5s;}
.tem01-layout_component_service .text{flex-grow:1;}
.tem01-layout_component_service .title{font-size:20px;font-weight:bold;padding-bottom:5px;}
.tem01-layout_component_service .description{transition:.5s;}
.tem01-layout_component_service .item:hover .description{transform:translateX(10px);}
@media (max-width:480px){
    .tem01-layout_component_service .icon{font-size: 3rem;}
}
