.icon-group{flex-direction:row;gap:25px;justify-content:space-evenly;min-height:445px}.icon-box,.icon-group{align-items:center;display:flex}.icon-box{flex-direction:column;width:25%}.icon-box h4{color:#fff;font-family:Figtree;font-size:22px;font-weight:700;margin:17px 0;text-transform:uppercase}.icon-text{color:#fff;font-size:15px;height:0;line-height:18px;overflow:hidden;perspective:1000px;text-align:center;transform:rotateX(-90deg);transform-origin:top;transform-style:preserve-3d;transition-duration:.5s;transition-property:height}.icon-img{background-position:0;background-repeat:no-repeat;border:3px solid #fff;border-radius:50%;height:155px;transform:scale(1);width:155px}.icon-box:hover .icon-text{height:160px;transform:rotateX(0deg)}.icon-box:hover h4{color:#fac90f;transition-property:all;transition:.3s}.icon-box:hover .icon-img{background-position:100%;border:3px solid #fac90f}@media only screen and (max-width:767px){.icon-group{flex-direction:column}}