/*
Theme Name: MatBaoWS
Description: This is a child theme for Flatsome Theme
Author: MatBaoWS Team
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/

.why-list .icon-box {
	transition: all .3s;
}

.why-list .icon-box:hover {
	transform: translatey(-10px);
}