﻿.landing-card {
    transition: all 0.25s ease;
}

    .landing-card:hover {
        filter: brightness(1.1);
    }
