.red-link {
    color: #D61B43;
    text-decoration: none;
    transition: opacity .2s;
}

.red-link:hover {
    opacity: .7;
}