.subpageProducts h5 a {
    color: #040743;
}

.subpageProducts h5 a:hover {
    text-decoration: underline;
}

.subpageProducts .image a {
    opacity: 1;
    transition: all ease-in-out 150ms;
    display: block;
}

.subpageProducts .image a:hover {
    opacity: .8;
}