/**
Theme Name: Hello Child
Author: Liang Tech
Author URI: https://wp618.com
Description: Hello Child Theme is a child theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hello-child
Template: hello-elementor
*/




.my-box .my-box-desc{
    transition-duration: 1s;
    transform: scale(0);
    opacity: 0;
}

.my-box:hover .my-icon-box{
    display: none;
}
.my-box:hover .my-box-desc{
    transform: scale(1);
    opacity: 1;
}