@media(min-width: 860px) {
    #hodor-landing .lr-hero-inner {
        flex-direction: row-reverse;
        align-items: flex-start;
    }

    #hodor-landing .lr-hero-image {
        width: 42%;
        flex-shrink: 0;
    }

    #hodor-landing .lr-hero-image::after {
        top: 0;
        bottom: 0;
        right: 0;
        left: auto;
        width: 44%;
        height: 100%;
        background: linear-gradient(to right, transparent, #030f0b);
    }

    #hodor-landing .lr-hero-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-self: center;
        padding: 80px 56px 80px 40px;
        text-align: right;
    }

    #hodor-landing .lr-hero-desc { margin: 0 0 32px; }
    #hodor-landing .lr-hero-divider { margin: 0 0 24px; }

    #hodor-landing .lr-cred-stat {
        flex-direction: row;
        gap: 16px;
    }

    #hodor-landing .lr-stat { flex: 1; }

    #hodor-landing .lr-for-cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}