.figure-span {
    background-image: url(/wp-content/images/arrow.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 1em;
}

@media screen and (max-width: 767px) {
.figure-span {
    background-image: url(/wp-content/images/arrow.svg);
    background-position: 50% 73%;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 1.6em;
}
}

.figure-span.figure-1 {
    background-image: url(/wp-content/images/arrow.svg);
}



.figure-span.figure-2 {
    background-image: url(/wp-content/images/circle-blue-3.svg);
}

h1.elementor-heading-title.elementor-size-default:hover .figure-span.figure-2 {
    background-image: url(/wp-content/images/circle-blue-2.svg);
}



.figure-span.figure-3 {
    background-image: url(/wp-content/images/circle.svg);
}

.figure-span.figure-4 {
    background-image: url(/wp-content/images/circle.svg);
}


.grayscale img {
filter: grayscale(100%);
}

.grayscale:hover img {
filter: grayscale(0%);
}


html {
    scroll-behavior: auto !important;
}
