/**
 * Theme Name:     Twenty Seventeen Child
 * Author:         the WordPress team
 * Template:       twentyseventeen
 * Text Domain:	   twenty-seventeen-child
 * Description:    Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
 */








.feature-icon-box .icon:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.feature-icon-box .icon img {
    -webkit-transform: scale(1);
    -webkit-transition: all .4s 
linear;
}