.e-con.elementor-fade-container {
    filter: grayscale(100%) !important;
    opacity: 0.7 !important;
    transition: all 0.5s ease !important;
}

.e-con.elementor-fade-container--active {
    filter: grayscale(0%) !important;
    opacity: 1 !important;
}
.elementor-fade-container {
    transition: all 0.5s ease !important;
}