#company_01 .featured-boxes .box-content img{
    display: inline-block;
    font-size: 30px;
    height: 75px;
    line-height: 75px;
    padding: 0;
    width: 75px;
    margin-bottom: 10px;
    -webkit-transition: -webkit-transform 0.2s, transform 0.2s;
    -moz-transition: -moz-transform 0.2s, transform 0.2s;
    transition: transform 0.2s, transform 0.2s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
#company_01 .featured-boxes .box-content img:hover{
    transform: scale(1.1);
}

#company_02 .com02_img > div{
    margin: 15px 0;
}



@media (min-width:769px){
    #product_01 .feature-box .c_wrp .ibox{
    width: 30%;
    }
}
@media (max-width:768px){
    #product_01 .feature-box .c_wrp{
        text-align: center;
    }
}


#service_01 .featured-box-primary .box-content {
    min-height: 337px;
    border-top-color: #0088cc;
}
#service_01 .featured-box h4 {
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: -0.7px;
    margin: 10px 0;
}
@media (min-width:769px){
     #service_01 .featured-box img {
        transition: all 0.5s ease-out 0s;
        transform: rotateY(0deg);
    }
    #service_01 .featured-box:hover img {
        transform: rotateY(360deg);	
    }
}
