
/* Template style 1 */ 

.template-8402.style-1,
.template-8402.style-1 .template__title_icon,
.template-8402.style-1 .template__link {
    transition: all 0.3s ease;
}

.template-8402.style-1 .template__title_icon,
.template-8402.style-1 .template__link {
    filter: grayscale(1) brightness(.8);
}

.template-8402.style-1:hover .template__title_icon,
.template-8402.style-1:hover .template__link {
    filter: grayscale(0) brightness(1);
}
