.custom-card-style-1:hover i,
.custom-card-style-1:hover h2,
.custom-card-style-1:hover p {
    color: #FFF !important;
}

.custom-card-style-1 i,
.custom-card-style-1 h2,
.custom-card-style-1 p {
    transition: color 0.3s ease;
}