.rto-card-hover {
    transition: transform .15s ease, box-shadow .15s ease;
}

.rto-card-hover:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,.15);
}
