.hover-blue7 {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.hover-blue7:hover {
    background-color: var(--color-blue7) !important;
}
