.cursor-zoom h1,
.cursor-zoom h2,
.cursor-zoom h3,
.cursor-zoom h4,
.cursor-zoom h5,
.cursor-zoom h6 {
    position: relative;
    transition: all 0.2s ease-out;
}

.cursor-zoom-si {
    margin-left: 5px;
    transform: scale(1.03);
}

.cursor-zoom-no {
    transform: scale(1);
}