.themetechmount-iconbox-styleone {
    position: relative;
}
.themetechmount-iconbox-styleone .tm-iconbox-wrapper {
    gap: 30px;
    display: flex;
}
.themetechmount-iconbox-styleone .tm-iconbox-wrapper .tm-box-icon i {
    font-size: 50px;
    transition: 0.8s all;
}
.themetechmount-iconbox-styleone:hover .tm-iconbox-wrapper .tm-box-icon i {
    transform: rotateY(360deg);
}
.themetechmount-iconbox-styleone .tm-iconbox-wrapper .tm-box-icon {
    display: flex;
}